|
@@ -385,7 +385,7 @@ class BuildPlugin implements Plugin<Project> {
|
|
|
* -serial because we don't use java serialization.
|
|
|
*/
|
|
|
// don't even think about passing args with -J-xxx, oracle will ask you to submit a bug report :)
|
|
|
- options.compilerArgs << '-Werror' << '-Xlint:all,-path,-serial,-options,-deprecation' << '-Xdoclint:all' << '-Xdoclint:-missing'
|
|
|
+ options.compilerArgs << '-Werror' << '-proc:none' << '-Xlint:all,-path,-serial,-options,-deprecation' << '-Xdoclint:all' << '-Xdoclint:-missing'
|
|
|
options.encoding = 'UTF-8'
|
|
|
//options.incremental = true
|
|
|
|