Skip to content

Commit 65efafd

Browse files
authored
Remove NullAway custom contract annotations options (#5140)
Since version 0.12.11, NullAway accepts any annotation with `Contract` simple name. See uber/NullAway#1295.
1 parent f5b9087 commit 65efafd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.java-errorprone-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ tasks.withType<JavaCompile>().configureEach {
6969
}
7070
onlyNullMarked = true
7171
isJSpecifyMode = true
72-
customContractAnnotations.add("org.junit.platform.commons.annotation.Contract")
7372
checkContracts = true
7473
suppressionNameAliases.add("DataFlowIssue")
7574
}

0 commit comments

Comments
 (0)