We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558183e commit 6806ce5Copy full SHA for 6806ce5
1 file changed
module/spring-boot-restdocs/build.gradle
@@ -42,3 +42,7 @@ dependencies {
42
43
testRuntimeOnly(project(":module:spring-boot-tomcat"))
44
}
45
+
46
+tasks.named("compileTestJava") {
47
+ options.nullability.checking = "tests"
48
+}
0 commit comments