From 4c5f946d27fcf0d5627f07236363c00d8cac240c Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Sun, 9 Apr 2017 10:41:41 +0300 Subject: [PATCH] Tests fixed --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.+'