Skip to content

Commit 59a851a

Browse files
Merge branch '1.13.x' into 1.14.x
2 parents e133ce3 + 9fe0a8c commit 59a851a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ subprojects {
7878
"MissingOverride",
7979
"StringCaseLocaleUsage"
8080
)
81+
options.errorprone.disable(
82+
"StringConcatToTextBlock"
83+
)
8184

8285
if (!javaLanguageVersion.canCompileOrRun(17)) {
8386
// Error Prone does not work with JDK <17

0 commit comments

Comments
 (0)