Closed A1Liu closed 4 years ago
Hi! I've set the following in build.gradle
build.gradle
allprojects { buildDir = ".build" }
And yet, the outputted file is still stored in build/generated-src. How do I fix this?
build/generated-src
Fixed by placing the above line before apply plugin: 'org.xbib.gradle.plugin.jflex' in build.gradle.
apply plugin: 'org.xbib.gradle.plugin.jflex'
Hi! I've set the following in
build.gradle
And yet, the outputted file is still stored in
build/generated-src
. How do I fix this?