Upgrade to Nullability Plugin 0.0.9

Closes gh-48638
This commit is contained in:
Andy Wilkinson
2026-01-08 11:59:51 +00:00
parent 9bd1a460a1
commit 0ffffee4bf
212 changed files with 2601 additions and 356 deletions
+2 -5
View File
@@ -61,11 +61,8 @@ dependencies {
testImplementation(project(":test-support:spring-boot-test-support"))
}
architectureCheck {
nullMarked {
enabled = true
ignoredPackages = ['org.springframework.boot.cli.json']
}
nullability {
requireExplicitNullMarking = false
}
tasks.register("fullJar", Jar) {