Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ tasks {
breakIterator(true)

addBooleanOption("html5", true)
// TODO (trask) need to disable html validation until next semconv release
// see https://github.com/open-telemetry/semantic-conventions/pull/1664
addBooleanOption("Xdoclint:all,-missing,-html", true)
addBooleanOption("Xdoclint:all,-missing", true)
// non-standard option to fail on warnings, see https://bugs.openjdk.java.net/browse/JDK-8200363
addStringOption("Xwerror", "-quiet")
}
Expand Down
Loading