Tests fixed

This commit is contained in:
Alexander Nozik 2017-04-09 10:41:41 +03:00
parent a98747e10f
commit 4c5f946d27

View File

@ -14,9 +14,9 @@ subprojects {
mavenCentral() mavenCentral()
} }
tasks.withType(JavaCompile) { // tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked" // options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"
} // }
dependencies { dependencies {
testCompile 'org.codehaus.groovy:groovy-all:2.4.+' testCompile 'org.codehaus.groovy:groovy-all:2.4.+'