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 5d00eb2 commit 76c2d0aCopy full SHA for 76c2d0a
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -60,7 +60,6 @@ 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