Skip to content

Commit

Permalink
Update jacoco tool version to 0.8.9
Browse files Browse the repository at this point in the history
Closes gh-13798
  • Loading branch information
sjohnr committed Sep 12, 2023
1 parent db37bdf commit a580856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit a580856

Please sign in to comment.