Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-oauth2-authorization-server

See gh-47263
This commit is contained in:
Moritz Halbritter
2025-10-16 11:24:45 +02:00
parent 66ede5c82e
commit 18a7028688
@@ -27,3 +27,7 @@ dependencies {
testImplementation(project(":starter:spring-boot-starter-test"))
testImplementation("org.apache.httpcomponents.client5:httpclient5")
}
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}