Enable NullAway JSpecify mode
See gh-34140
This commit is contained in:
@@ -118,6 +118,7 @@ tasks.withType(JavaCompile).configureEach {
|
||||
disableAllChecks = true
|
||||
option("NullAway:OnlyNullMarked", "true")
|
||||
option("NullAway:CustomContractAnnotations", "org.springframework.lang.Contract")
|
||||
option("NullAway:JSpecifyMode", "true")
|
||||
}
|
||||
}
|
||||
tasks.compileJava {
|
||||
|
||||
Reference in New Issue
Block a user