Skip to content

Commit c820bab

Browse files
committed
ci: fixes jacoco version
Signed-off-by: Vincent Biret <[email protected]>
1 parent a202619 commit c820bab

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
@@ -26,7 +26,7 @@ jacocoTestReport {
2626
}
2727

2828
jacoco {
29-
toolVersion = "0.8.10"
29+
toolVersion = "0.8.12"
3030
}
3131

3232
spotbugsMain {

0 commit comments

Comments
 (0)