Browse Source

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

See gh-47263
pull/47415/head
Moritz Halbritter 2 months ago
parent
commit
0f41e906b9
  1. 4
      module/spring-boot-cache-test/build.gradle

4
module/spring-boot-cache-test/build.gradle

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

Loading…
Cancel
Save