Skip to content

Commit

Permalink
Update JaCoCo to 0.8.11
Browse files Browse the repository at this point in the history
This should make building with JDK 22 work

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914987 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
centic9 committed Dec 30, 2023
1 parent a9ca01e commit e17f92e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ subprojects {
}

jacoco {
toolVersion = '0.8.10'
toolVersion = '0.8.11'
}

jacocoTestReport {
Expand Down
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ under the License.
<dependency prefix="ooxml.test.opczip" artifact="com.github.rzymek:opczip:1.2.0" usage="ooxml-tests"/>

<!-- coverage libs -->
<dependency prefix="jacoco" artifact="org.jacoco:jacoco:0.8.10" usage="util" packaging="zip"/>
<dependency prefix="jacoco" artifact="org.jacoco:jacoco:0.8.11" usage="util" packaging="zip"/>
<dependency prefix="asm" artifact="org.ow2.asm:asm:9.5" usage="util"/>
<dependency prefix="asm-commons" artifact="org.ow2.asm:asm-commons:9.5" usage="util"/>
<dependency prefix="asm-tree" artifact="org.ow2.asm:asm-tree:9.5" usage="util"/>
Expand Down Expand Up @@ -727,13 +727,15 @@ under the License.
<include name="org.jacoco.*-0.8.5.*.jar"/>
<include name="org.jacoco.*-0.8.6.*.jar"/>
<include name="org.jacoco.*-0.8.8.*.jar"/>
<include name="org.jacoco.*-0.8.10.*.jar"/>
<include name="forbiddenapis-3.1.jar"/>
<include name="forbiddenapis-3.4.jar"/>
</fileset>
<fileset dir="${basedir}/lib/util">
<include name="jacoco-0.8.5.zip"/>
<include name="jacoco-0.8.6.zip"/>
<include name="jacoco-0.8.8.zip"/>
<include name="jacoco-0.8.10.zip"/>
</fileset>
<fileset dir="${basedir}/lib">
<include name="jacoco-*.zip"/>
Expand Down

0 comments on commit e17f92e

Please sign in to comment.