Skip to content

Commit 4eb7358

Browse files
committed
add support for java17
1 parent faae4f1 commit 4eb7358

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@
6161
<artifactId>maven-surefire-plugin</artifactId>
6262
<version>2.22.2</version>
6363
<configuration>
64-
<!-- <parallel>all</parallel> &lt;!&ndash; Run tests in parallel&ndash;&gt;-->
65-
<!-- <useUnlimitedThreads>true</useUnlimitedThreads>-->
6664
<rerunFailingTestsCount>10</rerunFailingTestsCount>
6765
<argLine>-Xms1g -Xmx1g</argLine>
66+
<argLine>--add-opens java.base/java.nio=ALL-UNNAMED</argLine>
6867
</configuration>
6968
</plugin>
7069
<plugin>

0 commit comments

Comments
 (0)