Reinstate -Werror compiler argument in Gradle build

Commit 0900808 resolved the previous issue by moving the warning
suppression from the method parameter to the method itself.

Issue: SPR-13188
This commit is contained in:
Sam Brannen 2016-07-05 15:07:32 +02:00
parent 016fa0eb39
commit 0da93ad219
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ configure(allprojects) { project ->
"-Xlint:dep-ann", "-Xlint:divzero", "-Xlint:empty", "-Xlint:finally",
"-Xlint:overrides", "-Xlint:path", "-Xlint:processing", "-Xlint:static",
"-Xlint:try", "-Xlint:fallthrough", "-Xlint:rawtypes", "-Xlint:deprecation",
"-Xlint:unchecked", "-Xlint:-options" //, "-Werror"
"-Xlint:unchecked", "-Xlint:-options", "-Werror"
]
compileTestJava.options*.compilerArgs = [