We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1995f4d commit 7976927Copy full SHA for 7976927
pom.xml
@@ -64,7 +64,11 @@
64
<!-- <parallel>all</parallel> <!– Run tests in parallel–>-->
65
<!-- <useUnlimitedThreads>true</useUnlimitedThreads>-->
66
<rerunFailingTestsCount>10</rerunFailingTestsCount>
67
- <argLine>-Xms1g -Xmx1g</argLine>
+ <argLine>
68
+ -Xms1g
69
+ -Xmx1g
70
+ --add-opens java.base/java.lang=ALL-UNNAMED
71
+ </argLine>
72
</configuration>
73
</plugin>
74
<plugin>
0 commit comments