diff --git a/build.gradle b/build.gradle index 2dc73cee..2e1e9c6c 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ eclipse { compileJava { options.compilerArgs << '-XDignore.symbol.file' - options.fork = true // may not needed on 1.8 + options.fork = true options.forkOptions.executable = 'javac' // may not needed on 1.8 }