Skip to content

Commit 23af697

Browse files
committed
Update to Jacoco 0.8.12
Closes gh-923
1 parent 9e42029 commit 23af697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/JacocoPlugin.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class JacocoPlugin implements Plugin<Project> {
3434
project.tasks.check.dependsOn project.tasks.jacocoTestReport
3535

3636
project.jacoco {
37-
toolVersion = '0.8.7'
37+
toolVersion = '0.8.12'
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)