There was an error while loading. Please reload this page.
1 parent 80436ab commit f74ed94Copy full SHA for f74ed94
module/spring-boot-h2console/build.gradle
@@ -39,3 +39,7 @@ dependencies {
39
40
testRuntimeOnly("ch.qos.logback:logback-classic")
41
}
42
+
43
+tasks.named("compileTestJava") {
44
+options.nullability.checking = "tests"
45
+}
0 commit comments