Add nullability annotations to tests in module/spring-boot-data-jdbc

See gh-47263
This commit is contained in:
Moritz Halbritter
2025-10-06 12:03:57 +02:00
parent dee42bfe2d
commit ad22bc033f
@@ -56,3 +56,8 @@ dependencies {
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}
tasks.named("compileDockerTestJava") {
options.nullability.checking = "tests"
}