Skip to content

Commit 48905b7

Browse files
committed
Bump NullAway to 0.12.15
1 parent 9e3f00a commit 48905b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle/spring-module.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ tasks.register('javadocJar', Jar) {
105105
from javadoc
106106
}
107107

108+
nullability {
109+
nullAwayVersion = "0.12.15"
110+
}
111+
108112
publishing {
109113
publications {
110114
mavenJava(MavenPublication) {

0 commit comments

Comments
 (0)