mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 17:01:51 +02:00
Fix merge error
This commit is contained in:
parent
fb0715e3e2
commit
9ee60a8fd9
1 changed files with 0 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue