]> source.dussan.org Git - poi.git/commitdiff
Update JaCoCo to 0.7.8 to allow to run it when using JDK 9
authorDominik Stadler <centic@apache.org>
Fri, 30 Dec 2016 19:03:44 +0000 (19:03 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 30 Dec 2016 19:03:44 +0000 (19:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776623 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml

index 4a884b65e49a39090d8f65d737f90de2bbaeebc3..d352c79df85a6986d03d2d2b853ed9f9e2f12c3c 100644 (file)
@@ -121,7 +121,7 @@ subprojects {
        }
 
     jacoco {
-        toolVersion = '0.7.7.201606060606'
+        toolVersion = '0.7.8'
     }
     
     // ensure the build-dir exists
index 6a88dca728c204096d1f2fe261a170f41d933ae1..8e0cc520525a200b92b856946b6cd641c6d93cf7 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -195,8 +195,8 @@ under the License.
               value="${repository.m2}/maven2/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar"/>
 
     <!-- coverage libs -->
-    <property name="jacoco.zip" location="${main.lib}/jacoco-0.7.7.201606060606.zip"/>
-    <property name="jacoco.url" value="${repository.m2}/maven2/org/jacoco/jacoco/0.7.7.201606060606/jacoco-0.7.7.201606060606.zip"/>
+    <property name="jacoco.zip" location="${main.lib}/jacoco-0.7.8.zip"/>
+    <property name="jacoco.url" value="${repository.m2}/maven2/org/jacoco/jacoco/0.7.8/jacoco-0.7.8.zip"/>
     <property name="asm.jar" location="${main.lib}/asm-all-5.0.3.jar"/>
     <property name="asm.url" value="${repository.m2}/maven2/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar"/>
 
@@ -548,6 +548,7 @@ under the License.
                 <include name="jacoco-0.7.3*"/>
                 <include name="jacoco-0.7.4*"/>
                 <include name="jacoco-0.7.6*"/>
+                <include name="jacoco-0.7.7*"/>
                 <include name="log4j-1.2.13*"/>
                 <include name="org.jacoco.*-0.6.*"/>
                 <include name="org.jacoco.*-0.7.1*"/>
@@ -555,6 +556,7 @@ under the License.
                 <include name="org.jacoco.*-0.7.3*"/>
                 <include name="org.jacoco.*-0.7.4*"/>
                 <include name="org.jacoco.*-0.7.6*"/>
+                <include name="org.jacoco.*-0.7.7*"/>
                 <include name="dom4j*"/>
                 <include name="apache-rat-0.10*"/>
                 <include name="xercesImpl-*.jar"/>