We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fba3e9c + 63b2d36 commit 7f2ff7eCopy full SHA for 7f2ff7e
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