Add nullability annotations to tests in module/spring-boot-data-couchbase-test
See gh-47263
This commit is contained in:
parent
64aad6d060
commit
307dc1c477
|
@ -34,3 +34,7 @@ dependencies {
|
|||
|
||||
testRuntimeOnly("ch.qos.logback:logback-classic")
|
||||
}
|
||||
|
||||
tasks.named("compileTestJava") {
|
||||
options.nullability.checking = "tests"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue