Add nullability annotations to tests in module/spring-boot-h2console

See gh-47263
This commit is contained in:
Moritz Halbritter 2025-09-26 12:27:04 +02:00
parent 80436abbb6
commit f74ed943e5
1 changed files with 4 additions and 0 deletions

View File

@ -39,3 +39,7 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}