mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Check for @NullMarked on packages
Projects which don't have JSpecify nullability annotations can opt out
by using
architectureCheck {
nullMarked = false
}
in their build.gradle script.
See gh-46587
This commit is contained in:
@@ -30,6 +30,10 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
|
||||
architectureCheck {
|
||||
nullMarked = false
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompileOnly("com.google.code.findbugs:jsr305:3.0.2")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user