Skip to content

Commit 307dc1c

Browse files
committed
Add nullability annotations to tests in module/spring-boot-data-couchbase-test
See gh-47263
1 parent 64aad6d commit 307dc1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

module/spring-boot-data-couchbase-test/build.gradle

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

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

0 commit comments

Comments
 (0)