Skip to content

Commit 7976927

Browse files
committed
mend
1 parent 1995f4d commit 7976927

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@
6464
<!-- <parallel>all</parallel> &lt;!&ndash; Run tests in parallel&ndash;&gt;-->
6565
<!-- <useUnlimitedThreads>true</useUnlimitedThreads>-->
6666
<rerunFailingTestsCount>10</rerunFailingTestsCount>
67-
<argLine>-Xms1g -Xmx1g</argLine>
67+
<argLine>
68+
-Xms1g
69+
-Xmx1g
70+
--add-opens java.base/java.lang=ALL-UNNAMED
71+
</argLine>
6872
</configuration>
6973
</plugin>
7074
<plugin>

0 commit comments

Comments
 (0)