Skip to content

Commit 6503f35

Browse files
committed
Upgrade nullability plugin to 0.0.6
Closes gh-35644
1 parent d23757c commit 6503f35

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'com.github.bjornvester.xjc' version '1.8.2' apply false
77
id 'com.gradleup.shadow' version "9.2.2" apply false
88
id 'me.champeau.jmh' version '0.7.2' apply false
9-
id 'io.spring.nullability' version '0.0.4' apply false
9+
id 'io.spring.nullability' version '0.0.6' apply false
1010
}
1111

1212
ext {

gradle/spring-module.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,3 @@ publishing {
118118
// Disable publication of test fixture artifacts.
119119
components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
120120
components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() }
121-
122-
nullability {
123-
nullAwayVersion = "0.12.10"
124-
}

0 commit comments

Comments
 (0)