diff --git a/build.gradle b/build.gradle index 5becde7c..6433fd06 100644 --- a/build.gradle +++ b/build.gradle @@ -14,9 +14,9 @@ subprojects { mavenCentral() } - tasks.withType(JavaCompile) { - options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked" - } +// tasks.withType(JavaCompile) { +// options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked" +// } dependencies { testCompile 'org.codehaus.groovy:groovy-all:2.4.+'