See gh-47263
@ -37,3 +37,7 @@ dependencies {
testRuntimeOnly("jakarta.servlet:jakarta.servlet-api")
testRuntimeOnly("org.springframework:spring-webmvc")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"