diff --git a/build.gradle b/build.gradle index 55c44bb77..9c7e856c9 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ allprojects { gradle.projectsEvaluated { tasks.withType(JavaCompile) { - options.compilerArgs << "-Xlint" << "-Xlint:-deprecation" << "-Xlint:-serial" + options.compilerArgs << "-Xlint" } } }