This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 027b10fd3 Run Jacoco checks on Java 17 and higher
027b10fd3 is described below

commit 027b10fd310ce9cd987c8b39018505f8efa1dd08
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jun 4 09:34:10 2024 -0400

    Run Jacoco checks on Java 17 and higher
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4563643c1..054eda7d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <argLine>
-                --add-opens java.base/java.io=ALL-UNNAMED                     
+                ${argLine} --add-opens java.base/java.io=ALL-UNNAMED           
          
               </argLine>
             </configuration>
           </plugin>

Reply via email to