Browse Source

Add nullability annotations to tests in module/spring-boot-jooq-test

See gh-47263
pull/47415/head
Moritz Halbritter 2 months ago
parent
commit
f059a953d3
  1. 4
      module/spring-boot-jooq-test/build.gradle

4
module/spring-boot-jooq-test/build.gradle

@ -40,3 +40,7 @@ dependencies { @@ -40,3 +40,7 @@ dependencies {
testRuntimeOnly("com.h2database:h2")
testRuntimeOnly("org.hsqldb:hsqldb")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}

Loading…
Cancel
Save