Skip to content

Commit

Permalink
Updating jacoco for java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-peter committed Jan 5, 2022
1 parent 9ec6358 commit c929bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/scripts/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// general configuration
jacoco {
toolVersion = "0.8.4"
toolVersion = "0.8.7"
reportsDir = file("$buildDir/reports/jacoco")
}

Expand Down

0 comments on commit c929bdc

Please sign in to comment.