mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
Fix merge error
This commit is contained in:
parent
1a1bc0711b
commit
2fd3d837da
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ tasks.withType(JavaCompile).configureEach {
|
||||||
if (System.getProperty('no_werror') != 'true') {
|
if (System.getProperty('no_werror') != 'true') {
|
||||||
options.compilerArgs << "-Werror"
|
options.compilerArgs << "-Werror"
|
||||||
}
|
}
|
||||||
options.compilerArgs << "-Werror"
|
|
||||||
options.errorprone.disableWarningsInGeneratedCode = true
|
options.errorprone.disableWarningsInGeneratedCode = true
|
||||||
options.errorprone.errorproneArgumentProviders.add([
|
options.errorprone.errorproneArgumentProviders.add([
|
||||||
asArguments: {
|
asArguments: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue