Skip to content

Commit 76c2d0a

Browse files
committed
Remove this-escape exclusion
1 parent 5d00eb2 commit 76c2d0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ tasks {
6060
if (name.contains("Test")) {
6161
// serialVersionUI is basically guaranteed to be useless in tests
6262
compilerArgs.add("-Xlint:-serial")
63-
compilerArgs.add("-Xlint:-this-escape")
6463
}
6564
}
6665
}

0 commit comments

Comments
 (0)