reenable allWarningsAsErrors

This commit is contained in:
Stefano Franz 2018-07-11 11:54:04 +01:00
parent 6041f25cae
commit 7e0ed41bbe

View File

@ -168,6 +168,7 @@ allprojects {
jvmTarget = "1.8"
javaParameters = true // Useful for reflection.
freeCompilerArgs = ['-Xjvm-default=compatibility']
allWarningsAsErrors = true
}
}