Skip to content

Commit c0039fb

Browse files
committed
Enable NullAway JSpecify mode
See spring-projectsgh-34140
1 parent b9c1aec commit c0039fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/spring-module.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ tasks.withType(JavaCompile).configureEach {
118118
disableAllChecks = true
119119
option("NullAway:OnlyNullMarked", "true")
120120
option("NullAway:CustomContractAnnotations", "org.springframework.lang.Contract")
121+
option("NullAway:JSpecifyMode", "true")
121122
}
122123
}
123124
tasks.compileJava {

0 commit comments

Comments
 (0)