File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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
1212ext {
Original file line number Diff line number Diff line change @@ -118,7 +118,3 @@ publishing {
118118// Disable publication of test fixture artifacts.
119119components. java. withVariantsFromConfiguration(configurations. testFixturesApiElements) { skip() }
120120components. java. withVariantsFromConfiguration(configurations. testFixturesRuntimeElements) { skip() }
121-
122- nullability {
123- nullAwayVersion = " 0.12.10"
124- }
You can’t perform that action at this time.
0 commit comments