|
|
|
@ -118,7 +118,7 @@ tasks.withType(JavaCompile).configureEach { |
|
|
|
disableAllChecks = true |
|
|
|
disableAllChecks = true |
|
|
|
option("NullAway:CustomContractAnnotations", "org.springframework.lang.Contract") |
|
|
|
option("NullAway:CustomContractAnnotations", "org.springframework.lang.Contract") |
|
|
|
option("NullAway:AnnotatedPackages", "org.springframework.core,org.springframework.expression," + |
|
|
|
option("NullAway:AnnotatedPackages", "org.springframework.core,org.springframework.expression," + |
|
|
|
"org.springframework.web,org.springframework.jms") |
|
|
|
"org.springframework.web,org.springframework.jms,org.springframework.messaging") |
|
|
|
option("NullAway:UnannotatedSubPackages", "org.springframework.instrument,org.springframework.context.index," + |
|
|
|
option("NullAway:UnannotatedSubPackages", "org.springframework.instrument,org.springframework.context.index," + |
|
|
|
"org.springframework.asm,org.springframework.cglib,org.springframework.objenesis," + |
|
|
|
"org.springframework.asm,org.springframework.cglib,org.springframework.objenesis," + |
|
|
|
"org.springframework.javapoet,org.springframework.aot.nativex.substitution") |
|
|
|
"org.springframework.javapoet,org.springframework.aot.nativex.substitution") |
|
|
|
|