There was an error while loading. Please reload this page.
1 parent 9d85c37 commit 4bf6fceCopy full SHA for 4bf6fce
module/spring-boot-jsonb/build.gradle
@@ -37,3 +37,7 @@ dependencies {
37
38
testRuntimeOnly("ch.qos.logback:logback-classic")
39
}
40
+
41
+tasks.named("compileTestJava") {
42
+options.nullability.checking = "tests"
43
+}
0 commit comments