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

See gh-47263
This commit is contained in:
Moritz Halbritter 2025-10-06 11:44:23 +02:00
parent 64aad6d060
commit 307dc1c477
1 changed files with 4 additions and 0 deletions

View File

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