Open
Description
Similar Javacc Gradle plugins such as this one allow users to specify an input directory like so:
compileJjtree {
inputDirectory = file('src/main/jjtree')
outputDirectory = file(project.buildDir.absolutePath + '/generated/jjtree')
}
However, this plugin only allows inputFile
as a variable, meaning that if the project has a directory full of .jj
files, they'll have to specify them one at a time.
It would be great if this plugin had the ability to specify an inputDir
as well to achieve parity with competing plugins.
Metadata
Metadata
Assignees
Labels
No labels
Activity