Update Jacoco version
This fixes some (but not all) problems with newer JVMs
This commit is contained in:
parent
cc2e364b27
commit
9174c7804c
|
@ -1,7 +1,7 @@
|
|||
apply plugin: "jacoco"
|
||||
|
||||
jacoco {
|
||||
toolVersion = "0.8.0"
|
||||
toolVersion = "0.8.1"
|
||||
}
|
||||
|
||||
jacocoTestReport {
|
||||
|
|
Loading…
Reference in New Issue