Skip to content

Commit 4050c1b

Browse files
committed
workaround
1 parent fc1cb13 commit 4050c1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

7878
addBooleanOption("html5", true)
79-
addBooleanOption("Xdoclint:all,-missing", true)
79+
// 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)
8082
}
8183
}
8284

0 commit comments

Comments
 (0)