We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099b91b commit 3ed0d0cCopy full SHA for 3ed0d0c
1 file changed
build.gradle
@@ -23,6 +23,7 @@ subprojects {
23
24
tasks.withType(JavaCompile).configureEach {
25
options.encoding = 'UTF-8'
26
+ options.compilerArgs << '-Werror'
27
}
28
29
spotless {
0 commit comments