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
+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.14' apply false
id 'io.spring.nullability' version '0.0.15' apply false
}
ext {
-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() }