Skip to content

Commit

Permalink
remove javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sargue committed Feb 23, 2022
1 parent 1c76462 commit 99521b7
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 @@ -15,6 +15,12 @@ java {
withSourcesJar()
}

allprojects {
tasks.withType(Javadoc) {
options.addBooleanOption('Xdoclint:none', true)
}
}

repositories {
mavenCentral()
// for snapshot release of spring that includes jakarta classes
Expand Down

0 comments on commit 99521b7

Please sign in to comment.