mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Upgrade to Nullability Plugin 0.0.9
Closes gh-48638
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user