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 5cf9d54 commit fd7a874Copy full SHA for fd7a874
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -88,6 +88,7 @@ tasks {
88
"-Xlint:-processing",
89
// We suppress the "options" warning because it prevents compilation on modern JDKs
90
"-Xlint:-options",
91
+ "-Xlint:-this-escape",
92
// Fail build on any warning
93
"-Werror",
94
),
0 commit comments