Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5fccd1

Browse files
committed
Upgrade nullability plugin to 0.0.8
Closes gh-35751
1 parent 3b0cc28 commit e5fccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.7' apply false
9+
id 'io.spring.nullability' version '0.0.8' apply false
1010
}
1111

1212
ext {

0 commit comments

Comments
 (0)