Add nullability annotations to tests in module/spring-boot-h2console
See gh-47263
This commit is contained in:
parent
80436abbb6
commit
f74ed943e5
|
@ -39,3 +39,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