Update Jacoco version

This fixes some (but not all) problems with newer JVMs
This commit is contained in:
Nikolay Martynov 2018-06-05 14:54:00 -04:00
parent cc2e364b27
commit 9174c7804c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
apply plugin: "jacoco"
jacoco {
toolVersion = "0.8.0"
toolVersion = "0.8.1"
}
jacocoTestReport {