parent
b9c1aec62f
commit
c0039fb624
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue