mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Extend ArchitectureCheck with NullMarkedExtension
Introduce NullMarkedExtension for ArchitectureCheck, which provides functionality to configure packages to ignore in nullability checks and to enable or disable the extension. See gh-47596 Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
This commit is contained in:
committed by
Stéphane Nicoll
parent
a043867ae1
commit
bc2ca5b9fc
@@ -62,7 +62,10 @@ dependencies {
|
||||
}
|
||||
|
||||
architectureCheck {
|
||||
nullMarked = false
|
||||
nullMarked {
|
||||
enabled = false
|
||||
ignoredPackages = ['org.springframework.boot.cli.json']
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register("fullJar", Jar) {
|
||||
|
||||
Reference in New Issue
Block a user