From 9fe9d9bb4846416dc9370fd8aeff9cc3d5bf2f47 Mon Sep 17 00:00:00 2001
From: Asapin <1559761+Asapin@users.noreply.github.com>
Date: Sun, 23 Apr 2023 20:03:08 +0900
Subject: [PATCH 1/2] Update and enable JaCoCo
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6eb2d52d6..227567c6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
2.22.2
- --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
+ ${argLine} --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
@@ -228,7 +228,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.7
+ 0.8.9
From 2972d9e6ed80c3c207d14cf03fdbf55c2f573c74 Mon Sep 17 00:00:00 2001
From: Asapin <1559761+Asapin@users.noreply.github.com>
Date: Sun, 23 Apr 2023 20:11:44 +0900
Subject: [PATCH 2/2] Changed argLine format
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 227567c6d..21a9bcec1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
2.22.2
- ${argLine} --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
+ @{argLine} --add-exports java.base/jdk.internal.misc=ALL-UNNAMED