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

See gh-47263
This commit is contained in:
Moritz Halbritter 2025-09-26 14:56:29 +02:00
parent 2ca6703f55
commit f175d132b3
1 changed files with 4 additions and 0 deletions

View File

@ -38,3 +38,7 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}