Enable all compiler warnings
This commit is contained in:
@@ -120,9 +120,8 @@ configure(javaprojects) {
|
||||
testCompile 'junit:junit:4.7'
|
||||
}
|
||||
|
||||
ideaModule {
|
||||
downloadJavadoc = false
|
||||
}
|
||||
// enable all compiler warnings
|
||||
[compileJava, compileTestJava]*.options*.compilerArgs = ['-Xlint:all']
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user