Author: centic
Date: Thu Aug 23 20:23:25 2018
New Revision: 1838764
URL: http://svn.apache.org/viewvc?rev=1838764&view=rev
Log:
Update JaCoCo to 0.8.2 in build.gradle to make it work with JDK 10+
Modified:
poi/trunk/build.gradle
poi/trunk/build.xml
poi/trunk/sonar/pom.xml
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1838764&r1=1838763&r2=1838764&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Aug 23 20:23:25 2018
@@ -138,7 +138,7 @@ subprojects {
}
jacoco {
- toolVersion = '0.7.9'
+ toolVersion = '0.8.2'
}
// ensure the build-dir exists
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1838764&r1=1838763&r2=1838764&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Aug 23 20:23:25 2018
@@ -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"/>
Modified: poi/trunk/sonar/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1838764&r1=1838763&r2=1838764&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Thu Aug 23 20:23:25 2018
@@ -141,7 +141,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.8</version>
+ <version>0.8.2</version>
</plugin>
</plugins>
</build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]