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

See gh-47263
This commit is contained in:
Moritz Halbritter
2025-10-13 13:44:24 +02:00
parent d9dd769d36
commit 05b3f55049
@@ -48,3 +48,11 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic")
testRuntimeOnly("io.grpc:grpc-api")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}
tasks.named("compileDockerTestJava") {
options.nullability.checking = "tests"
}