mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user