From e17f92ee3a499a1d760f78745f042cd7713d5cde Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 30 Dec 2023 11:11:24 +0000 Subject: [PATCH] Update JaCoCo to 0.8.11 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 --- build.gradle | 2 +- build.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 71f2951dbe..00a4831c34 100644 --- a/build.gradle +++ b/build.gradle @@ -389,7 +389,7 @@ subprojects { } jacoco { - toolVersion = '0.8.10' + toolVersion = '0.8.11' } jacocoTestReport { diff --git a/build.xml b/build.xml index 34dd6833d1..70f81a01ee 100644 --- a/build.xml +++ b/build.xml @@ -343,7 +343,7 @@ under the License. - + @@ -727,6 +727,7 @@ under the License. + @@ -734,6 +735,7 @@ under the License. + -- 2.39.5