mirror of https://github.com/apache/lucene.git
Fix gradle error hints.
This commit is contained in:
parent
fdccdee734
commit
0cbafa4879
|
@ -269,6 +269,8 @@ class JavaCCTask extends DefaultTask {
|
|||
* Apply closures to all generated files before they're copied back
|
||||
* to mainline code.
|
||||
*/
|
||||
// A subtle bug here is that this makes it not an input... should be a list of replacements instead?
|
||||
@Internal
|
||||
List<Closure<FileTree>> afterGenerate = new ArrayList<>()
|
||||
|
||||
@OutputFiles
|
||||
|
|
|
@ -222,7 +222,7 @@ class JFlexTask extends DefaultTask {
|
|||
@InputFile
|
||||
File skeleton
|
||||
|
||||
@Optional
|
||||
@Internal
|
||||
String heapSize
|
||||
|
||||
@OutputFile
|
||||
|
|
Loading…
Reference in New Issue