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
|
* Apply closures to all generated files before they're copied back
|
||||||
* to mainline code.
|
* 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<>()
|
List<Closure<FileTree>> afterGenerate = new ArrayList<>()
|
||||||
|
|
||||||
@OutputFiles
|
@OutputFiles
|
||||||
|
|
|
@ -222,7 +222,7 @@ class JFlexTask extends DefaultTask {
|
||||||
@InputFile
|
@InputFile
|
||||||
File skeleton
|
File skeleton
|
||||||
|
|
||||||
@Optional
|
@Internal
|
||||||
String heapSize
|
String heapSize
|
||||||
|
|
||||||
@OutputFile
|
@OutputFile
|
||||||
|
|
Loading…
Reference in New Issue