Skip to content

Commit

Permalink
Merge pull request #95 from nvervelle/remove-javadoc-warnings
Browse files Browse the repository at this point in the history
Remove Javadoc warning from build output
  • Loading branch information
radrys committed Sep 21, 2023
2 parents 261a4fd + b60ed85 commit 1ae5f11
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 @@ -96,3 +96,9 @@ wrapper {
gradleVersion = '8.2.1'
distributionType = Wrapper.DistributionType.ALL
}

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

0 comments on commit 1ae5f11

Please sign in to comment.