See gh-47263
@ -57,4 +57,12 @@ systemTest {
war {
archiveVersion = ''
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
tasks.named("compileSystemTestJava") {