mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Add nullability annotations to tests in module/spring-boot-data-jdbc
See gh-47263
This commit is contained in:
@@ -56,3 +56,8 @@ dependencies {
|
||||
tasks.named("compileTestJava") {
|
||||
options.nullability.checking = "tests"
|
||||
}
|
||||
|
||||
tasks.named("compileDockerTestJava") {
|
||||
options.nullability.checking = "tests"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user