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 daa8e38 commit 64ea76dCopy full SHA for 64ea76d
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -87,7 +87,9 @@ tasks {
87
// https://groups.google.com/forum/#!topic/bazel-discuss/_R3A9TJSoPM
88
"-Xlint:-processing",
89
// We suppress the "options" warning because it prevents compilation on modern JDKs
90
- "-Xlint:-options"
+ "-Xlint:-options",
91
+ // Fail build on any warning
92
+ "-Werror",
93
),
94
)
95
}
0 commit comments