From 86e36e4b4401fe93bb936ef33a0fbb532f42c29a Mon Sep 17 00:00:00 2001 From: David McPaul Date: Sun, 19 Nov 2023 23:02:14 +1100 Subject: [PATCH] Fix broken Jacoco configuration --- pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c45d193..1e44d25 100644 --- a/pom.xml +++ b/pom.xml @@ -301,9 +301,12 @@ maven-surefire-plugin + 3.2.2 - -Dfile.encoding=UTF-8 - true + ${argLine} -Dfile.encoding=UTF-8 + + true + @@ -314,7 +317,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.11