1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update jacoco tool version to 0.8.9

Closes gh-13798
This commit is contained in:
Steve Riesenberg
2023-09-12 13:59:03 -05:00
parent db37bdfe94
commit a580856bb2
@@ -34,7 +34,7 @@ class JacocoPlugin implements Plugin<Project> {
project.tasks.check.dependsOn project.tasks.jacocoTestReport
project.jacoco {
toolVersion = '0.8.7'
toolVersion = '0.8.9'
}
}
}