diff --git a/build.gradle b/build.gradle index 9ccd272..7c15569 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ model { subprojects { tasks.withType(JavaCompile) { - options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" + //options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" } }