Skip to content

Commit deed399

Browse files
committed
Validate javadoc
1 parent eb5c4a4 commit deed399

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) need to disable html validation until next semconv release
80-
// see https://github.com/open-telemetry/semantic-conventions/pull/1664
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)