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