Skip to content

Commit

Permalink
Exclude Java Doc from Java compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang Liu (cgliu) committed Apr 15, 2021
1 parent 9e16da8 commit ff003b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ allprojects {
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs.remove("-Werror")
options.compilerArgs.remove("-Xdoclint:all")
options.compilerArgs.remove("-Xdoclint:-missing")
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
options.warnings(false)
}
Expand Down

0 comments on commit ff003b2

Please sign in to comment.