Merge branch '3.2.x' into 3.3.x

Closes gh-42440
This commit is contained in:
Phillip Webb
2024-09-24 14:29:09 -07:00
131 changed files with 62 additions and 167 deletions

View File

@@ -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
}
}