Add nullability annotations to tests in module/spring-boot-data-neo4j
See gh-47263
This commit is contained in:
parent
09967b1a5d
commit
aa06ab1e25
|
@ -49,3 +49,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