Browse Source

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

See gh-47263
pull/47637/head
Moritz Halbritter 2 months ago
parent
commit
f8bceead26
  1. 4
      module/spring-boot-session-hazelcast/build.gradle

4
module/spring-boot-session-hazelcast/build.gradle

@ -42,3 +42,7 @@ dependencies { @@ -42,3 +42,7 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}

Loading…
Cancel
Save