Skip to content

Commit

Permalink
Update jacoco to 0.8.5 for Java 14 support (mockito#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
epeee committed Jun 22, 2020
1 parent 9df2012 commit 7c4ce9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/root/coverage.gradle
Expand Up @@ -19,7 +19,7 @@ task mockitoCoverage(type: JacocoReport) {
apply plugin: "jacoco"

jacoco {
toolVersion = '0.8.2'
toolVersion = '0.8.5'

if (currentProject != rootProject) { //already automatically enhanced in mockito main project as "java" plugin was applied before
applyTo test
Expand Down

0 comments on commit 7c4ce9b

Please sign in to comment.