Upgrade nullability plugin to 0.0.14

Nullaway 0.13.7 is now the default.

See gh-36850
This commit is contained in:
Sébastien Deleuze
2026-07-01 15:39:44 +02:00
parent 99b3e205d1
commit 347f23a73f
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ plugins {
id 'com.github.bjornvester.xjc' version '1.8.2' apply false
id 'com.gradleup.shadow' version "9.2.2" apply false
id 'me.champeau.jmh' version '0.7.2' apply false
id 'io.spring.nullability' version '0.0.11' apply false
id 'io.spring.nullability' version '0.0.14' apply false
}
ext {
-2
View File
@@ -117,8 +117,6 @@ publishing {
}
}
nullability { nullAwayVersion = "0.13.6" }
// Disable publication of test fixture artifacts.
components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() }