Skip to content

Commit 99521b7

Browse files
committed
remove javadoc warnings
1 parent 1c76462 commit 99521b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ java {
1515
withSourcesJar()
1616
}
1717

18+
allprojects {
19+
tasks.withType(Javadoc) {
20+
options.addBooleanOption('Xdoclint:none', true)
21+
}
22+
}
23+
1824
repositories {
1925
mavenCentral()
2026
// for snapshot release of spring that includes jakarta classes

0 commit comments

Comments
 (0)