jprante / gradle-plugin-jflex

A JFlex plugin for Gradle
Apache License 2.0
8 stars 6 forks source link

Plugin not respecting `buildDir` #11

Closed A1Liu closed 4 years ago

A1Liu commented 4 years ago

Hi! I've set the following in build.gradle

allprojects { buildDir = ".build" }

And yet, the outputted file is still stored in build/generated-src. How do I fix this?

A1Liu commented 4 years ago

Fixed by placing the above line before apply plugin: 'org.xbib.gradle.plugin.jflex' in build.gradle.