See gh-47263
@ -40,3 +40,7 @@ dependencies {
testRuntimeOnly("com.h2database:h2")
testRuntimeOnly("org.hsqldb:hsqldb")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"