We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23757c commit 6503f35Copy full SHA for 6503f35
2 files changed
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'com.github.bjornvester.xjc' version '1.8.2' apply false
7
id 'com.gradleup.shadow' version "9.2.2" apply false
8
id 'me.champeau.jmh' version '0.7.2' apply false
9
- id 'io.spring.nullability' version '0.0.4' apply false
+ id 'io.spring.nullability' version '0.0.6' apply false
10
}
11
12
ext {
gradle/spring-module.gradle
@@ -118,7 +118,3 @@ publishing {
118
// Disable publication of test fixture artifacts.
119
components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
120
components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() }
121
-
122
-nullability {
123
- nullAwayVersion = "0.12.10"
124
-}
0 commit comments