Skip to content

Commit

Permalink
Fail of javadoc warnings (#100)
Browse files Browse the repository at this point in the history
trask authored Jan 27, 2025
1 parent c555d9f commit 222df64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
@@ -79,6 +79,8 @@ tasks {
// 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)
// non-standard option to fail on warnings, see https://bugs.openjdk.java.net/browse/JDK-8200363
addStringOption("Xwerror", "-quiet")
}
}

0 comments on commit 222df64

Please sign in to comment.