Update JaCoCo to 0.8.8

This may also fix running JaCoCo on JDK 18

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2022-05-09 06:21:21 +00:00
parent 80de2572da
commit 751d1b743a

View File

@ -404,7 +404,7 @@ subprojects {
}
jacoco {
toolVersion = '0.8.7'
toolVersion = '0.8.8'
}
jacocoTestReport {