Skip to content

Commit f74ed94

Browse files
committed
Add nullability annotations to tests in module/spring-boot-h2console
See gh-47263
1 parent 80436ab commit f74ed94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

module/spring-boot-h2console/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ dependencies {
3939

4040
testRuntimeOnly("ch.qos.logback:logback-classic")
4141
}
42+
43+
tasks.named("compileTestJava") {
44+
options.nullability.checking = "tests"
45+
}

0 commit comments

Comments
 (0)