Skip to content

Commit 12ef0ca

Browse files
committed
Make compiler strict: -Xlint:all
1 parent 1232227 commit 12ef0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828

2929
tasks.withType(JavaCompile) {
3030
options.encoding = 'UTF-8'
31-
options.compilerArgs.addAll(['-Werror'])
31+
options.compilerArgs.addAll(['-Xlint:all', '-Werror'])
3232
}
3333

3434
test {

0 commit comments

Comments
 (0)