Merge branch '3.2.x' into 3.3.x
Closes gh-42440
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
plugins {
|
||||
id "java-library"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.deployed"
|
||||
}
|
||||
|
||||
@@ -22,6 +21,8 @@ dependencies {
|
||||
testRuntimeOnly("org.springframework:spring-webmvc")
|
||||
}
|
||||
|
||||
tasks.named("checkArchitectureMain").configure {
|
||||
prohibitObjectsRequireNonNull = false
|
||||
tasks.configureEach {
|
||||
if ("checkArchitectureMain".equals(it.name)) {
|
||||
prohibitObjectsRequireNonNull = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user