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()
}
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.+'