Skip to content

Commit fba08c0

Browse files
suppress javadoc warnings
suppress the "no descripton for @param" warnings to show the more important ones
1 parent 3b1a9a0 commit fba08c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jar {
5656

5757
task javadocJar(type: Jar) {
5858
classifier = 'javadoc'
59+
javadoc.options.addStringOption('Xdoclint:none', '-quiet')
5960
from javadoc
6061
}
6162

0 commit comments

Comments
 (0)