Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-kafka

See gh-47263
This commit is contained in:
Moritz Halbritter
2025-10-16 11:24:45 +02:00
parent 5e2414b2e3
commit 69cc9f8dea
@@ -46,3 +46,11 @@ dependencies {
testImplementation("org.awaitility:awaitility")
testImplementation("org.springframework.kafka:spring-kafka-test")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}
tasks.named("compileDockerTestJava") {
options.nullability.checking = "tests"
}