Skip to content

Commit e488f8b

Browse files
committed
Validate javadoc again
1 parent ad5e159 commit e488f8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ tasks {
7676
breakIterator(true)
7777

7878
addBooleanOption("html5", true)
79-
// TODO (trask) remove "-html" after next semconv release
80-
// (see https://github.com/open-telemetry/semantic-conventions/pull/2304)
81-
addBooleanOption("Xdoclint:all,-missing,-html", true)
79+
addBooleanOption("Xdoclint:all,-missing", true)
8280
// non-standard option to fail on warnings, see https://bugs.openjdk.java.net/browse/JDK-8200363
8381
addStringOption("Xwerror", "-quiet")
8482
}

0 commit comments

Comments
 (0)