Skip to content

Commit 27acabc

Browse files
committed
errorProne disable MissingSummary
1 parent 2eb2023 commit 27acabc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ tasks.withType(JavaCompile).configureEach {
2727
enabled = true // <<<!!! You can disable Error-Prone here!
2828
disableWarningsInGeneratedCode = true
2929
excludedPaths = ".*/build/gen.*/.*"
30+
disable("MissingSummary")
3031
errorproneArgs = ["-XepExcludedPaths:.*/test/.*"]
3132
}
3233
}

0 commit comments

Comments
 (0)