Skip to content

Commit

Permalink
Explicitly set jacoco version (#3617)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDietz authored and Siedlerchr committed Jan 8, 2018
1 parent 57dc4e8 commit a3ed5fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ afterEvaluate {
def junitPlatformTest = tasks.junitPlatformTest

jacoco {
toolVersion = '0.8.0'
applyTo(junitPlatformTest)
}

Expand Down

0 comments on commit a3ed5fb

Please sign in to comment.