There was an error while loading. Please reload this page.
1 parent dee42bf commit ad22bc0Copy full SHA for ad22bc0
module/spring-boot-data-jdbc/build.gradle
@@ -56,3 +56,8 @@ dependencies {
56
tasks.named("compileTestJava") {
57
options.nullability.checking = "tests"
58
}
59
+
60
+tasks.named("compileDockerTestJava") {
61
+options.nullability.checking = "tests"
62
+}
63
0 commit comments