Add nullability annotations to tests in module/spring-boot-cache-test

See gh-47263
This commit is contained in:
Moritz Halbritter
2025-10-06 12:03:56 +02:00
parent c65a259637
commit 0f41e906b9
@@ -33,3 +33,7 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}