Skip to content

Commit 3cf2ef5

Browse files
committed
Enable NullAway's JSpecify mode
1 parent e081684 commit 3cf2ef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tasks.withType<JavaCompile>().configureEach {
2222
disableAllChecks = true
2323
nullaway {
2424
enable()
25+
isJSpecifyMode = true
2526
}
2627
}
2728
}

0 commit comments

Comments
 (0)