From eff613c6429a5b50ac9f23783a2454b9d65a248f Mon Sep 17 00:00:00 2001
From: Asapin <1559761+Asapin@users.noreply.github.com>
Date: Mon, 24 Apr 2023 00:12:28 +0900
Subject: [PATCH] Enable JaCoCo and update it to the latest version (#1869)
* Update and enable JaCoCo
* Changed argLine format
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7230a56e6..0893119d4 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