From b62a1862a28ee9bd9361e6bb48a3585e319bae7c Mon Sep 17 00:00:00 2001 From: tastybento Date: Wed, 8 Feb 2023 17:17:12 -0800 Subject: [PATCH] Add ${argLine} to surefire plugin This should fix the coverage reports. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 24e3f97f3..ec646dbe7 100644 --- a/pom.xml +++ b/pom.xml @@ -370,6 +370,7 @@ 3.0.0-M5 + ${argLine} --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED