mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Fix nullMarked settings when ignoredPackages is used
Closes gh-48636
This commit is contained in:
@@ -33,7 +33,6 @@ sourceSets {
|
||||
architectureCheck {
|
||||
nullMarked {
|
||||
enabled = false
|
||||
ignoredPackages = ["org.springframework.boot.configurationprocessor.json"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user