supress several Java compile warnings

pull/11/head
cfig
parent 8cfc1260fe
commit d7eb1fce89

@ -31,7 +31,7 @@ model {
subprojects { subprojects {
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" //options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
} }
} }

Loading…
Cancel
Save