Browse Source

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

See gh-47263
pull/47415/head
Moritz Halbritter 4 months ago
parent
commit
9d63a74bbc
  1. 5
      module/spring-boot-jpa/build.gradle

5
module/spring-boot-jpa/build.gradle

@ -38,3 +38,8 @@ dependencies { @@ -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"
}

Loading…
Cancel
Save