Skip to content

Commit bcaf379

Browse files
authored
Merge pull request #145 from Flowdalic/add-missing-javadoc
[build] Only specify accessibility, html, reference, and syntax for X…
2 parents c3178c1 + 953fa93 commit bcaf379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ allprojects {
148148
// work, we extra add '-quiet', which is added anyway by
149149
// gradle.
150150
// See https://github.com/gradle/gradle/issues/2354
151-
options.addStringOption('Xdoclint:all', '-quiet')
151+
options.addStringOption('Xdoclint:accessibility,html,reference,syntax', '-quiet')
152152
// Abort on javadoc warnings.
153153
// See JDK-8200363 (https://bugs.openjdk.java.net/browse/JDK-8200363)
154154
// for information about the -Xwerror option.

0 commit comments

Comments
 (0)