There was an error while loading. Please reload this page.
1 parent 0f41e90 commit 64aad6dCopy full SHA for 64aad6d
module/spring-boot-data-cassandra-test/build.gradle
@@ -44,3 +44,11 @@ dependencies {
44
45
testRuntimeOnly("ch.qos.logback:logback-classic")
46
}
47
+
48
+tasks.named("compileTestJava") {
49
+options.nullability.checking = "tests"
50
+}
51
52
+tasks.named("compileDockerTestJava") {
53
54
0 commit comments