Add nullability annotations to tests in module/spring-boot-http-codec

See gh-47263
This commit is contained in:
Moritz Halbritter
2025-10-06 12:03:55 +02:00
parent 2ca6703f55
commit f175d132b3
@@ -38,3 +38,7 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}