Add nullability annotations to tests in module/spring-boot-http-codec
See gh-47263
This commit is contained in:
parent
2ca6703f55
commit
f175d132b3
|
@ -38,3 +38,7 @@ dependencies {
|
||||||
|
|
||||||
testRuntimeOnly("ch.qos.logback:logback-classic")
|
testRuntimeOnly("ch.qos.logback:logback-classic")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named("compileTestJava") {
|
||||||
|
options.nullability.checking = "tests"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue