diff --git a/module/spring-boot-jooq-test/build.gradle b/module/spring-boot-jooq-test/build.gradle index 82730e6e260..e49a22569ef 100644 --- a/module/spring-boot-jooq-test/build.gradle +++ b/module/spring-boot-jooq-test/build.gradle @@ -40,3 +40,7 @@ dependencies { testRuntimeOnly("com.h2database:h2") testRuntimeOnly("org.hsqldb:hsqldb") } + +tasks.named("compileTestJava") { + options.nullability.checking = "tests" +}