mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x'
Closes gh-48229
This commit is contained in:
@@ -32,7 +32,7 @@ dependencies {
|
||||
}
|
||||
|
||||
tasks.configureEach {
|
||||
if ("checkArchitectureMain".equals(it.name)) {
|
||||
if ("checkArchitectureMainJava".equals(it.name)) {
|
||||
prohibitObjectsRequireNonNull = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user