summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2018-08-23 20:23:25 +0000
committerDominik Stadler <centic@apache.org>2018-08-23 20:23:25 +0000
commit1ca97efb51f5c29b650f000929d498017938aaf9 (patch)
treede6fb63ccbe1bb27743e7f2da00257e7d8e0449a /build.xml
parent3fea637adaa389f84a241fd395088aa206568920 (diff)
downloadpoi-1ca97efb51f5c29b650f000929d498017938aaf9.tar.gz
poi-1ca97efb51f5c29b650f000929d498017938aaf9.zip
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
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 46ac73cb9c..e630ce39ed 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"/>
<!-- coverage libs -->
- <property name="jacoco.zip" location="${main.lib}/jacoco-0.8.1.zip"/>
- <property name="jacoco.url" value="${repository.m2}/maven2/org/jacoco/jacoco/0.8.1/jacoco-0.8.1.zip"/>
+ <property name="jacoco.zip" location="${main.lib}/jacoco-0.8.2.zip"/>
+ <property name="jacoco.url" value="${repository.m2}/maven2/org/jacoco/jacoco/0.8.2/jacoco-0.8.2.zip"/>
<property name="asm.jar" location="${main.lib}/asm-6.0.jar"/>
<property name="asm.url" value="${repository.m2}/maven2/org/ow2/asm/asm/6.0/asm-6.0.jar"/>
<property name="asmcommons.jar" location="${main.lib}/asm-commons-6.0.jar"/>
@@ -617,6 +617,7 @@ under the License.
<include name="jacoco-0.7.7*"/>
<include name="jacoco-0.7.8*"/>
<include name="jacoco-0.7.9*"/>
+ <include name="jacoco-0.8.1*"/>
<include name="jmh-core-1.15*"/>
<include name="jmh-generator-annprocess-1.15*"/>
<include name="log4j-1.2.13*"/>
@@ -629,6 +630,7 @@ under the License.
<include name="org.jacoco.*-0.7.7*"/>
<include name="org.jacoco.*-0.7.8*"/>
<include name="org.jacoco.*-0.7.9*"/>
+ <include name="org.jacoco.*-0.8.1*"/>
<include name="dom4j*"/>
<include name="apache-rat-0.10*"/>
<include name="xercesImpl-*.jar"/>