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 6f1929d commit bc85f71Copy full SHA for bc85f71
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -60,6 +60,7 @@ tasks {
60
if (name.contains("Test")) {
61
// serialVersionUI is basically guaranteed to be useless in tests
62
compilerArgs.add("-Xlint:-serial")
63
+ compilerArgs.add("-Xlint:-this-escape")
64
}
65
66
0 commit comments