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 fba3e9c commit 63b2d36Copy full SHA for 63b2d36
build.gradle
@@ -51,8 +51,9 @@ dependencies {
51
compileJava {
52
dependsOn 'googleJavaFormat'
53
options.encoding = 'UTF-8'
54
- options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
+ options.compilerArgs << "-Xdoclint:none"
55
options.errorprone.errorproneArgs = ["-XepExcludedPaths:.*/generated-sources/.*"]
56
+ options.warnings = false
57
}
58
59
task execute(type: JavaExec) {
0 commit comments