Skip to content

Commit 3ed0d0c

Browse files
committed
Fail on compiler warnings.
1 parent 099b91b commit 3ed0d0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ subprojects {
2323

2424
tasks.withType(JavaCompile).configureEach {
2525
options.encoding = 'UTF-8'
26+
options.compilerArgs << '-Werror'
2627
}
2728

2829
spotless {

0 commit comments

Comments
 (0)