Add nullability annotations to tests in module/spring-boot-jooq-test
See gh-47263
This commit is contained in:
parent
1f293cc653
commit
f059a953d3
|
@ -40,3 +40,7 @@ dependencies {
|
||||||
testRuntimeOnly("com.h2database:h2")
|
testRuntimeOnly("com.h2database:h2")
|
||||||
testRuntimeOnly("org.hsqldb:hsqldb")
|
testRuntimeOnly("org.hsqldb:hsqldb")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named("compileTestJava") {
|
||||||
|
options.nullability.checking = "tests"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue