Polish "Add rule to prevent calls to Objects.requireNonNull()"

See gh-41611
This commit is contained in:
Andy Wilkinson
2024-07-29 10:48:45 +01:00
parent fb22c189f4
commit 4ee24bf9bd
9 changed files with 54 additions and 111 deletions

View File

@@ -21,3 +21,7 @@ dependencies {
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.78.1")
testRuntimeOnly("org.springframework:spring-webmvc")
}
tasks.named("checkArchitectureMain").configure {
prohibitObjectsRequireNonNull = false
}