There was an error while loading. Please reload this page.
1 parent 64aad6d commit 307dc1cCopy full SHA for 307dc1c
module/spring-boot-data-couchbase-test/build.gradle
@@ -34,3 +34,7 @@ dependencies {
34
35
testRuntimeOnly("ch.qos.logback:logback-classic")
36
}
37
+
38
+tasks.named("compileTestJava") {
39
+options.nullability.checking = "tests"
40
+}
0 commit comments