Merge branch '4.0.x'

Closes gh-48637
This commit is contained in:
Stéphane Nicoll
2025-12-29 15:04:15 +01:00
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ dependencies {
architectureCheck {
nullMarked {
enabled = false
enabled = true
ignoredPackages = ['org.springframework.boot.cli.json']
}
}
@@ -38,6 +38,5 @@ dependencies {
architectureCheck {
nullMarked {
enabled = false
ignoredPackages = ["org.springframework.boot.configurationmetadata.json"]
}
}
@@ -33,7 +33,6 @@ sourceSets {
architectureCheck {
nullMarked {
enabled = false
ignoredPackages = ["org.springframework.boot.configurationprocessor.json"]
}
}