Skip to content

Allow an inputDir, in addition to an inputFile #8

Open
@Thunderforge

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions