File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,14 @@ components.java.withVariantsFromConfiguration(configurations.testFixturesApiElem
115
115
components. java. withVariantsFromConfiguration(configurations. testFixturesRuntimeElements) { skip() }
116
116
117
117
tasks. withType(JavaCompile ). configureEach {
118
- options. errorprone {
119
- disableAllChecks = true
118
+ options. errorprone {
119
+ disableAllChecks = true
120
120
option(" NullAway:OnlyNullMarked" , " true" )
121
121
option(" NullAway:CustomContractAnnotations" , " org.springframework.lang.Contract" )
122
122
option(" NullAway:JSpecifyMode" , " true" )
123
- }
123
+ }
124
124
}
125
125
tasks. compileJava {
126
- // The check defaults to a warning, bump it up to an error for the main sources
127
- options. errorprone. error(" NullAway" )
128
- }
126
+ // The check defaults to a warning, bump it up to an error for the main sources
127
+ options. errorprone. error(" NullAway" )
128
+ }
You can’t perform that action at this time.
0 commit comments