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