From 6503f354047d9252b85b41e35cb09935e126ca4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Wed, 15 Oct 2025 15:49:22 +0200 Subject: [PATCH] Upgrade nullability plugin to 0.0.6 Closes gh-35644 --- build.gradle | 2 +- gradle/spring-module.gradle | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index b93f44d66f8..7c074946849 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.4' apply false + id 'io.spring.nullability' version '0.0.6' apply false } ext { diff --git a/gradle/spring-module.gradle b/gradle/spring-module.gradle index e5da374cabb..09755cdac4a 100644 --- a/gradle/spring-module.gradle +++ b/gradle/spring-module.gradle @@ -118,7 +118,3 @@ publishing { // Disable publication of test fixture artifacts. components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() } components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() } - -nullability { - nullAwayVersion = "0.12.10" -}