diff --git a/build.gradle b/build.gradle index c5b8aa790..69310c051 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ configure(javaprojects) { libsSrcDir = new File(libsDir, 'src') - [compileJava, compileTestJava]*.options*.compilerArgs = ["-Xlint:all"] + [compileJava, compileTestJava]*.options*.compilerArgs = ["-Xlint:-serial"] assemble.dependsOn generatePom // add tasks for creating source jars and generating poms etc