From df3b1f25655032d5e987e11f7061c60cb56c0740 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Jul 2014 19:40:56 +0200 Subject: [PATCH] Revert ea16ce0 The latest build preview of jdk 1.8.0_20 does not exhibit the problem anymore. Issue: SPR-11973 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d90603b3d2..5f51bdc586 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ configure(allprojects) { project -> compileJava.options*.compilerArgs = [ "-Xlint:serial", "-Xlint:varargs", "-Xlint:cast", "-Xlint:classfile", "-Xlint:dep-ann", "-Xlint:divzero", "-Xlint:empty", "-Xlint:finally", - "-Xlint:overrides", "-Xlint:path", "-Xlint:-processing", "-Xlint:static", + "-Xlint:overrides", "-Xlint:path", "-Xlint:processing", "-Xlint:static", "-Xlint:try", "-Xlint:fallthrough", "-Xlint:rawtypes", "-Xlint:deprecation", "-Xlint:unchecked", "-Xlint:-options", "-Werror" ] @@ -63,7 +63,7 @@ configure(allprojects) { project -> compileTestJava.options*.compilerArgs = [ "-Xlint:serial", "-Xlint:varargs", "-Xlint:cast", "-Xlint:classfile", "-Xlint:dep-ann", "-Xlint:divzero", "-Xlint:empty", "-Xlint:finally", - "-Xlint:overrides", "-Xlint:path", "-Xlint:-processing", "-Xlint:static", + "-Xlint:overrides", "-Xlint:path", "-Xlint:processing", "-Xlint:static", "-Xlint:try", "-Xlint:-fallthrough", "-Xlint:-rawtypes", "-Xlint:-deprecation", "-Xlint:-unchecked", "-Xlint:-options"]