Skip to content

Commit

Permalink
Validate javadoc html
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jan 28, 2025
1 parent 21bff96 commit 4ccc504
Showing 1 changed file with 1 addition and 3 deletions.
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

0 comments on commit 4ccc504

Please sign in to comment.