Skip to content

Commit cfb7888

Browse files
committed
Merge branch '6.2.x'
2 parents 555d17d + 2ca9f6f commit cfb7888

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/spring-module.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ components.java.withVariantsFromConfiguration(configurations.testFixturesApiElem
115115
components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() }
116116

117117
tasks.withType(JavaCompile).configureEach {
118-
options.errorprone {
119-
disableAllChecks = true
118+
options.errorprone {
119+
disableAllChecks = true
120120
option("NullAway:OnlyNullMarked", "true")
121121
option("NullAway:CustomContractAnnotations", "org.springframework.lang.Contract")
122122
option("NullAway:JSpecifyMode", "true")
123-
}
123+
}
124124
}
125125
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+
}

0 commit comments

Comments
 (0)