Skip to content

Commit

Permalink
Merge pull request #7 from moomoon/master
Browse files Browse the repository at this point in the history
fix(jacoco): set jacoco version to 0.7.4.201502262128 explicitly
  • Loading branch information
Jacksgong authored Sep 10, 2018
2 parents bebeccf + f7f9f4f commit cdfa43b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/groovy/com/liulishuo/okcheck/OkCoverageReport.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ class OkCoverageReport extends JacocoReport {
project.configure(project) {
apply plugin: 'jacoco'

jacoco {
toolVersion = "0.7.4.201502262128"
}

android {
testOptions {
unitTests.all {
Expand Down

0 comments on commit cdfa43b

Please sign in to comment.