Update code coverage

This commit is contained in:
2017-04-14 10:56:38 -04:00
parent b4e79c3f4b
commit 13b4128777
2 changed files with 5 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ retrolambda {
}
jacoco {
toolVersion = "0.7.4.201502262128"
toolVersion = "0.7.5.201505241946"
}
task coverageReport(type: JacocoReport, dependsOn: ['testDebugUnitTest']) {