We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5caaf1e + d555a11 commit 927b2eeCopy full SHA for 927b2ee
3 files changed
cli/spring-boot-cli/build.gradle
@@ -63,7 +63,7 @@ dependencies {
63
64
architectureCheck {
65
nullMarked {
66
- enabled = false
+ enabled = true
67
ignoredPackages = ['org.springframework.boot.cli.json']
68
}
69
configuration-metadata/spring-boot-configuration-metadata/build.gradle
@@ -38,6 +38,5 @@ dependencies {
38
39
40
enabled = false
41
- ignoredPackages = ["org.springframework.boot.configurationmetadata.json"]
42
43
configuration-metadata/spring-boot-configuration-processor/build.gradle
@@ -33,7 +33,6 @@ sourceSets {
33
34
35
36
- ignoredPackages = ["org.springframework.boot.configurationprocessor.json"]
37
0 commit comments