We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7429db9 commit b75795bCopy full SHA for b75795b
build.gradle
@@ -71,6 +71,7 @@ subprojects {
71
tasks.withType(JavaCompile).configureEach {
72
options.errorprone.disableWarningsInGeneratedCode = true
73
options.errorprone.excludedPaths = ".*/build/generated/.*"
74
+ options.errorprone.error("StringCaseLocaleUsage")
75
76
if (!javaLanguageVersion.canCompileOrRun(17)) {
77
// Error Prone does not work with JDK <17
0 commit comments