Browse Source

Upgrade nullability plugin to 0.0.7

Closes gh-35751
pull/35768/head
Sébastien Deleuze 1 month ago
parent
commit
5e213b2407
  1. 2
      build.gradle

2
build.gradle

@ -6,7 +6,7 @@ plugins { @@ -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.6' apply false
id 'io.spring.nullability' version '0.0.7' apply false
}
ext {

Loading…
Cancel
Save