From b823aed17c7bde1b0634ce3cccce3263eff85525 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 31 Aug 2026 12:56:06 +0200 Subject: [PATCH] Upgrade to Nullability plugin 0.0.15 See gh-37188 --- build.gradle | 2 +- gradle/spring-module.gradle | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 263b9dbd545..54d374c421d 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.14' apply false + id 'io.spring.nullability' version '0.0.15' apply false } ext { diff --git a/gradle/spring-module.gradle b/gradle/spring-module.gradle index 95ba750730f..1a4ff436aa6 100644 --- a/gradle/spring-module.gradle +++ b/gradle/spring-module.gradle @@ -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() }