Enable nullability checking of spring-boot-batch-data-mongodb's tests

Signed-off-by: HongJongMin <gwa7417@gmail.com>

See gh-51780
This commit is contained in:
HongJongMin
2026-09-16 11:14:11 +01:00
committed by Andy Wilkinson
parent 6fe126afed
commit 88ab24ff99
@@ -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"
}