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

jlmonteiro pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit d9bde70f5cdc587b72fa4989343b27e50ba884e3
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed May 11 11:39:19 2022 +0200

    Add Maven add-opens config because we now run always on Java 11+
---
 .mvn/jvm.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mvn/jvm.config b/.mvn/jvm.config
new file mode 100644
index 0000000..62826ad
--- /dev/null
+++ b/.mvn/jvm.config
@@ -0,0 +1 @@
+--add-opens java.base/java.lang=ALL-UNNAMED --add-opens 
java.base/java.util=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED 
--add-opens java.base/java.util.regex=ALL-UNNAMED --add-opens 
java.base/java.lang.reflect=ALL-UNNAMED
\ No newline at end of file

Reply via email to