You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/12/30 19:03:45 UTC

svn commit: r1776623 - in /poi/trunk: build.gradle build.xml

Author: centic
Date: Fri Dec 30 19:03:44 2016
New Revision: 1776623

URL: http://svn.apache.org/viewvc?rev=1776623&view=rev
Log:
Update JaCoCo to 0.7.8 to allow to run it when using JDK 9

Modified:
    poi/trunk/build.gradle
    poi/trunk/build.xml

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1776623&r1=1776622&r2=1776623&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Fri Dec 30 19:03:44 2016
@@ -121,7 +121,7 @@ subprojects {
 	}
 
     jacoco {
-        toolVersion = '0.7.7.201606060606'
+        toolVersion = '0.7.8'
     }
     
     // ensure the build-dir exists

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1776623&r1=1776622&r2=1776623&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Dec 30 19:03:44 2016
@@ -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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org