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 faae4f1 commit 4eb7358Copy full SHA for 4eb7358
pom.xml
@@ -61,10 +61,9 @@
61
<artifactId>maven-surefire-plugin</artifactId>
62
<version>2.22.2</version>
63
<configuration>
64
-<!-- <parallel>all</parallel> <!– Run tests in parallel–>-->
65
-<!-- <useUnlimitedThreads>true</useUnlimitedThreads>-->
66
<rerunFailingTestsCount>10</rerunFailingTestsCount>
67
<argLine>-Xms1g -Xmx1g</argLine>
+ <argLine>--add-opens java.base/java.nio=ALL-UNNAMED</argLine>
68
</configuration>
69
</plugin>
70
<plugin>
0 commit comments