Upgrade to Nullability plugin 0.0.15

See gh-37188
This commit is contained in:
Brian Clozel
2026-08-31 12:57:32 +02:00
parent fce57adc31
commit b823aed17c
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -117,10 +117,6 @@ publishing {
}
}
nullability {
nullAwayVersion = "0.14.0"
}
// Disable publication of test fixture artifacts.
components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() }