Browse Source

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

See gh-47263
pull/47415/head
Moritz Halbritter 2 months ago
parent
commit
307dc1c477
  1. 4
      module/spring-boot-data-couchbase-test/build.gradle

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

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

Loading…
Cancel
Save