Skip to content

Commit

Permalink
Remove Javadoc warning from build output
Browse files Browse the repository at this point in the history
  • Loading branch information
nvervelle committed Jul 18, 2023
1 parent a4e3ec7 commit b60ed85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,9 @@ wrapper {
gradleVersion = '8.2.1'
distributionType = Wrapper.DistributionType.ALL
}

javadoc {
options {
(it as CoreJavadocOptions).addStringOption("Xdoclint:none", "-quiet")
}
}

0 comments on commit b60ed85

Please sign in to comment.