Skip to content

Commit ad22bc0

Browse files
committed
Add nullability annotations to tests in module/spring-boot-data-jdbc
See gh-47263
1 parent dee42bf commit ad22bc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

module/spring-boot-data-jdbc/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ dependencies {
5656
tasks.named("compileTestJava") {
5757
options.nullability.checking = "tests"
5858
}
59+
60+
tasks.named("compileDockerTestJava") {
61+
options.nullability.checking = "tests"
62+
}
63+

0 commit comments

Comments
 (0)