Merge pull request #51780 from hjm12223

Closes gh-51780

* gh-51780:
  Enable nullability checking of spring-boot-batch-data-mongodb's tests
This commit is contained in:
Andy Wilkinson
2026-09-16 11:15:47 +01:00
@@ -43,3 +43,11 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}
tasks.named("compileDockerTestJava") {
options.nullability.checking = "tests"
}