Enable all compiler warnings

This commit is contained in:
Chris Beams
2010-07-29 12:32:54 +02:00
parent 6f3a8f17de
commit 39f5c9bb92

View File

@@ -120,9 +120,8 @@ configure(javaprojects) {
testCompile 'junit:junit:4.7'
}
ideaModule {
downloadJavadoc = false
}
// enable all compiler warnings
[compileJava, compileTestJava]*.options*.compilerArgs = ['-Xlint:all']
}