From b38c5f413222b6d83b622e0d36377f4a37ef4f42 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Sat, 12 Oct 2019 16:11:24 +0200 Subject: [PATCH] Update JaCoCo to version 0.8.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2bf14fd36..5b33c11e4 100644 --- a/build.gradle +++ b/build.gradle @@ -209,7 +209,7 @@ subprojects { // and uploaded to Maven with a POM, sources and Javadoc. configure(subprojects.findAll { it.provides }) { // Code coverage configuration. - jacoco.toolVersion = '0.8.4' + jacoco.toolVersion = '0.8.5' jacocoTestReport { classDirectories.setFrom(sourceSets.main.output.classesDirs) } -- GitLab