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 7f6f6ad commit 42db913Copy full SHA for 42db913
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -89,7 +89,7 @@ tasks {
89
// We suppress the "options" warning because it prevents compilation on modern JDKs
90
"-Xlint:-options",
91
// Fail build on any warning
92
- "-Werror"
+ "-Werror",
93
),
94
)
95
}
0 commit comments