Add nullability annotations to tests in module/spring-boot-webtestclient

See gh-47263
This commit is contained in:
Moritz Halbritter
2025-10-16 11:24:41 +02:00
parent a7bf5b3e13
commit b0f503c24c
@@ -37,3 +37,7 @@ dependencies {
testRuntimeOnly("jakarta.servlet:jakarta.servlet-api")
testRuntimeOnly("org.springframework:spring-webmvc")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}