Skip to content

Commit 0f41e90

Browse files
committed
Add nullability annotations to tests in module/spring-boot-cache-test
See gh-47263
1 parent c65a259 commit 0f41e90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ dependencies {
3333

3434
testRuntimeOnly("ch.qos.logback:logback-classic")
3535
}
36+
37+
tasks.named("compileTestJava") {
38+
options.nullability.checking = "tests"
39+
}

0 commit comments

Comments
 (0)