Add nullability annotations to tests in module/spring-boot-session-hazelcast

See gh-47263
This commit is contained in:
Moritz Halbritter
2025-10-15 16:58:20 +02:00
parent 2ff81ebf80
commit f8bceead26
@@ -42,3 +42,7 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}