]> source.dussan.org Git - poi.git/commitdiff
Update JaCoCo to 0.8.2 in build.gradle to make it work with JDK 10+
authorDominik Stadler <centic@apache.org>
Thu, 23 Aug 2018 20:23:25 +0000 (20:23 +0000)
committerDominik Stadler <centic@apache.org>
Thu, 23 Aug 2018 20:23:25 +0000 (20:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838764 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
sonar/pom.xml

index 7aa362a904d5b5fecbb75e70def2c834a8bdbb8a..ed3c55224b46a54f534f1ed2144de2d5094ff8d3 100644 (file)
@@ -138,7 +138,7 @@ subprojects {
     }
 
     jacoco {
-        toolVersion = '0.7.9'
+        toolVersion = '0.8.2'
     }
     
     // ensure the build-dir exists
index 46ac73cb9c7c9150d307ead7bcea55309e3d00b8..e630ce39edb6fae5fa34e496a608212f6839cfdc 100644 (file)
--- 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"/>
index 388cabd0d59295fad253a4d243ba225860ca8cab..b1477096235b71427c9787e565b96ddc8bbd81f8 100644 (file)
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.7.8</version>
+                <version>0.8.2</version>
             </plugin>
         </plugins>
     </build>