Merge branch '3.5.x'

Closes gh-48229
This commit is contained in:
Andy Wilkinson
2025-11-21 16:54:25 +00:00
3 changed files with 42 additions and 25 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ dependencies {
}
tasks.configureEach {
if ("checkArchitectureMain".equals(it.name)) {
if ("checkArchitectureMainJava".equals(it.name)) {
prohibitObjectsRequireNonNull = false
}
}