diff --git a/smoke-test/spring-boot-smoke-test-secure-webflux/build.gradle b/smoke-test/spring-boot-smoke-test-secure-webflux/build.gradle index 4a46915e6bc..31c7f038a5c 100644 --- a/smoke-test/spring-boot-smoke-test-secure-webflux/build.gradle +++ b/smoke-test/spring-boot-smoke-test-secure-webflux/build.gradle @@ -29,3 +29,7 @@ dependencies { testImplementation(project(":starter:spring-boot-starter-webflux-test")) testImplementation("io.projectreactor:reactor-test") } + +tasks.named("compileTestJava") { + options.nullability.checking = "tests" +}