Add nullability annotations to tests in module/spring-boot-elasticsearch
See gh-47263
This commit is contained in:
parent
e878db0abf
commit
1d4b9d372f
|
@ -58,3 +58,11 @@ dependencies {
|
|||
|
||||
testRuntimeOnly("ch.qos.logback:logback-classic")
|
||||
}
|
||||
|
||||
tasks.named("compileTestJava") {
|
||||
options.nullability.checking = "tests"
|
||||
}
|
||||
|
||||
tasks.named("compileDockerTestJava") {
|
||||
options.nullability.checking = "tests"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue