Add nullability annotations to tests in module/spring-boot-data-jdbc
See gh-47263
This commit is contained in:
parent
dee42bfe2d
commit
ad22bc033f
|
@ -56,3 +56,8 @@ dependencies {
|
|||
tasks.named("compileTestJava") {
|
||||
options.nullability.checking = "tests"
|
||||
}
|
||||
|
||||
tasks.named("compileDockerTestJava") {
|
||||
options.nullability.checking = "tests"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue