Browse Source

Upgrade nullability plugin to 0.0.6

Closes gh-35644
pull/35649/head
Sébastien Deleuze 2 months ago
parent
commit
6503f35404
  1. 2
      build.gradle
  2. 4
      gradle/spring-module.gradle

2
build.gradle

@ -6,7 +6,7 @@ plugins {
id 'com.github.bjornvester.xjc' version '1.8.2' apply false id 'com.github.bjornvester.xjc' version '1.8.2' apply false
id 'com.gradleup.shadow' version "9.2.2" apply false id 'com.gradleup.shadow' version "9.2.2" apply false
id 'me.champeau.jmh' version '0.7.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 { ext {

4
gradle/spring-module.gradle

@ -118,7 +118,3 @@ publishing {
// Disable publication of test fixture artifacts. // Disable publication of test fixture artifacts.
components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() } components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() } components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() }
nullability {
nullAwayVersion = "0.12.10"
}

Loading…
Cancel
Save