Fix gradle error hints.

This commit is contained in:
Dawid Weiss 2021-08-24 13:46:50 +02:00
parent fdccdee734
commit 0cbafa4879
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -222,7 +222,7 @@ class JFlexTask extends DefaultTask {
@InputFile
File skeleton
@Optional
@Internal
String heapSize
@OutputFile