From d351a24e5cae82aaec021618b897f2822f4f8498 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Thu, 23 Aug 2018 20:23:25 +0000 Subject: [PATCH] Update JaCoCo to 0.8.2 in build.gradle to make it work with JDK 10+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838764 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 6 ++++-- sonar/pom.xml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 7aa362a90..ed3c55224 100644 --- a/build.gradle +++ b/build.gradle @@ -138,7 +138,7 @@ subprojects { } jacoco { - toolVersion = '0.7.9' + toolVersion = '0.8.2' } // ensure the build-dir exists diff --git a/build.xml b/build.xml index 46ac73cb9..e630ce39e 100644 --- a/build.xml +++ b/build.xml @@ -220,8 +220,8 @@ under the License. value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar"/> - - + + @@ -617,6 +617,7 @@ under the License. + @@ -629,6 +630,7 @@ under the License. + diff --git a/sonar/pom.xml b/sonar/pom.xml index 388cabd0d..b14770962 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -141,7 +141,7 @@ org.jacoco jacoco-maven-plugin - 0.7.8 + 0.8.2