Add nullability annotations to tests in module/spring-boot-jpa

See gh-47263
This commit is contained in:
Moritz Halbritter
2025-10-06 13:07:58 +02:00
parent f059a953d3
commit 9d63a74bbc
+5
View File
@@ -38,3 +38,8 @@ dependencies {
testImplementation(testFixtures(project(":core:spring-boot-autoconfigure")))
testImplementation("org.springframework:spring-context-support")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}