We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f293cc commit f059a95Copy full SHA for f059a95
module/spring-boot-jooq-test/build.gradle
@@ -40,3 +40,7 @@ dependencies {
40
testRuntimeOnly("com.h2database:h2")
41
testRuntimeOnly("org.hsqldb:hsqldb")
42
}
43
+
44
+tasks.named("compileTestJava") {
45
+ options.nullability.checking = "tests"
46
+}
0 commit comments