From 347f23a73fefcc5b3ec987db6e6d61baa4841789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Wed, 1 Jul 2026 15:27:28 +0200 Subject: [PATCH] Upgrade nullability plugin to 0.0.14 Nullaway 0.13.7 is now the default. See gh-36850 --- build.gradle | 2 +- gradle/spring-module.gradle | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f7ff096497a..1dcdd2409af 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/gradle/spring-module.gradle b/gradle/spring-module.gradle index df127589a90..1a4ff436aa6 100644 --- a/gradle/spring-module.gradle +++ b/gradle/spring-module.gradle @@ -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() }