Skip to content

Commit

Permalink
Update jaCoCo
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Sep 14, 2016
1 parent 597a329 commit 9b4e17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/code-coverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
apply plugin: 'jacoco'

jacoco {
toolVersion = 0.7.7.201606060606'
toolVersion = '0.7.7.201606060606'
}

jacocoTestReport {
Expand All @@ -31,4 +31,4 @@ jacocoTestReport {
csv.enabled = false
html.enabled = true
}
}
}

0 comments on commit 9b4e17e

Please sign in to comment.