1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 04:04:22 +00:00

Merge pull request #116 from weiminyu/no_werror_again

Fix merge error
This commit is contained in:
Weimin Yu
2019-06-17 15:02:41 -04:00
committed by GitHub

View File

@@ -21,7 +21,6 @@ tasks.withType(JavaCompile).configureEach {
if (System.getProperty('no_werror') != 'true') {
options.compilerArgs << "-Werror"
}
options.compilerArgs << "-Werror"
options.errorprone.disableWarningsInGeneratedCode = true
options.errorprone.errorproneArgumentProviders.add([
asArguments: {