mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Merge branch '4.0.x'
Closes gh-48637
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user