errorprone: All Disabled Checks As Warnings
This commit is contained in:
parent
3c341b7e4b
commit
a4d35244bc
@ -14,6 +14,7 @@ apply plugin: "net.ltgt.errorprone"
|
|||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
options.compilerArgs += [
|
options.compilerArgs += [
|
||||||
|
'-XepAllDisabledChecksAsWarnings',
|
||||||
'-Xep:CatchFail:OFF',
|
'-Xep:CatchFail:OFF',
|
||||||
'-Xep:ClassCanBeStatic:OFF',
|
'-Xep:ClassCanBeStatic:OFF',
|
||||||
'-Xep:DateFormatConstant:OFF',
|
'-Xep:DateFormatConstant:OFF',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user