Skip to content

Commit

Permalink
Upgrade jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
lezzago committed Mar 15, 2022
1 parent 6fcf29f commit dc57a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/merged-coverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

allprojects {
plugins.withId('jacoco') {
jacoco.toolVersion = '0.8.5'
jacoco.toolVersion = '0.8.7'
// For some reason this dependency isn't getting setup automatically by the jacoco plugin
tasks.withType(JacocoReport) {
dependsOn tasks.withType(Test)
Expand Down

0 comments on commit dc57a57

Please sign in to comment.