Fix merge error

This commit is contained in:
Weimin Yu 2019-06-17 13:28:47 -04:00
parent 1a1bc0711b
commit 2fd3d837da

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: {