Skip to content

Commit f059a95

Browse files
committed
Add nullability annotations to tests in module/spring-boot-jooq-test
See gh-47263
1 parent 1f293cc commit f059a95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ dependencies {
4040
testRuntimeOnly("com.h2database:h2")
4141
testRuntimeOnly("org.hsqldb:hsqldb")
4242
}
43+
44+
tasks.named("compileTestJava") {
45+
options.nullability.checking = "tests"
46+
}

0 commit comments

Comments
 (0)