Probably doesn’t work in Gradle 2.3.9 because there is no such version
On a more serious note, please try this:
compileJava {
options.compilerArgs << "-XDignore.symbol.file=true"
}
Probably doesn’t work in Gradle 2.3.9 because there is no such version
On a more serious note, please try this:
compileJava {
options.compilerArgs << "-XDignore.symbol.file=true"
}