You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: buildSrc/src/main/groovy/nullaway.java-test-conventions.gradle
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ plugins {
20
20
}
21
21
22
22
jacoco {
23
-
toolVersion ="0.8.12"
23
+
toolVersion ="0.8.13"
24
24
}
25
25
26
26
// Do not generate reports for individual projects
@@ -65,7 +65,7 @@ test {
65
65
}
66
66
67
67
// Tasks for testing on other JDK versions; see https://jakewharton.com/build-on-latest-java-test-through-lowest-java/
// Will not work until WALA is updated to support JDK 24; see https://github.com/uber/NullAway/issues/1189
0 commit comments