We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c555d9f commit 222df64Copy full SHA for 222df64
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -79,6 +79,8 @@ tasks {
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)
82
+ // non-standard option to fail on warnings, see https://bugs.openjdk.java.net/browse/JDK-8200363
83
+ addStringOption("Xwerror", "-quiet")
84
}
85
86
0 commit comments