File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
jmh ' org.openjdk.jmh:jmh-generator-annprocess:1.37'
14
14
jmh ' org.openjdk.jmh:jmh-generator-bytecode:1.37'
15
15
jmh ' net.sf.jopt-simple:jopt-simple'
16
- errorprone ' com.uber.nullaway:nullaway:0.12.2 '
16
+ errorprone ' com.uber.nullaway:nullaway:0.12.3 '
17
17
errorprone ' com.google.errorprone:error_prone_core:2.35.1'
18
18
}
19
19
@@ -116,9 +116,8 @@ components.java.withVariantsFromConfiguration(configurations.testFixturesRuntime
116
116
tasks. withType(JavaCompile ). configureEach {
117
117
options. errorprone {
118
118
disableAllChecks = true
119
- option(" NullAway:CustomContractAnnotations" , " org.springframework.lang.Contract" )
120
- // TODO Replace by proper flag when supported, see https://github.com/uber/NullAway/issues/574
121
- option(" NullAway:AnnotatedPackages" , " " )
119
+ option(" NullAway:OnlyNullMarked" , " true" )
120
+ option(" NullAway:CustomContractAnnotations" , " org.springframework.lang.Contract" )
122
121
}
123
122
}
124
123
tasks. compileJava {
You can’t perform that action at this time.
0 commit comments