Upgrade to NullAway 0.12.10 and refine nullability

Closes gh-35492
This commit is contained in:
Sébastien Deleuze
2025-09-17 15:17:23 +02:00
parent 8ac5cdb47e
commit da0a36bfd6
15 changed files with 30 additions and 49 deletions
+3
View File
@@ -119,3 +119,6 @@ publishing {
components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() }
nullability {
nullAwayVersion = "0.12.10"
}