Skip to content

Commit 4bf6fce

Browse files
committed
Add nullability annotations to tests in module/spring-boot-jsonb
See gh-47263
1 parent 9d85c37 commit 4bf6fce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

module/spring-boot-jsonb/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ dependencies {
3737

3838
testRuntimeOnly("ch.qos.logback:logback-classic")
3939
}
40+
41+
tasks.named("compileTestJava") {
42+
options.nullability.checking = "tests"
43+
}

0 commit comments

Comments
 (0)