We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f059a95 commit 9d63a74Copy full SHA for 9d63a74
module/spring-boot-jpa/build.gradle
@@ -38,3 +38,8 @@ dependencies {
38
testImplementation(testFixtures(project(":core:spring-boot-autoconfigure")))
39
testImplementation("org.springframework:spring-context-support")
40
}
41
+
42
+tasks.named("compileTestJava") {
43
+ options.nullability.checking = "tests"
44
+}
45
0 commit comments