diff --git a/config/errorprone.gradle b/config/errorprone.gradle index 067065bad..ea7d7fd1e 100644 --- a/config/errorprone.gradle +++ b/config/errorprone.gradle @@ -14,6 +14,7 @@ apply plugin: "net.ltgt.errorprone" tasks.withType(JavaCompile) { options.compilerArgs += [ + '-XepAllDisabledChecksAsWarnings', '-Xep:CatchFail:OFF', '-Xep:ClassCanBeStatic:OFF', '-Xep:DateFormatConstant:OFF',