We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1232227 commit 12ef0caCopy full SHA for 12ef0ca
build.gradle
@@ -28,7 +28,7 @@ repositories {
28
29
tasks.withType(JavaCompile) {
30
options.encoding = 'UTF-8'
31
- options.compilerArgs.addAll(['-Werror'])
+ options.compilerArgs.addAll(['-Xlint:all', '-Werror'])
32
}
33
34
test {
0 commit comments