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 a775b1fCopy full SHA for a775b1f
.github/workflows/maven.yml
@@ -15,7 +15,8 @@ jobs:
15
java:
16
- '8'
17
- '11'
18
- #- '17'
+ - '17'
19
+ # - '21'
20
name: Java ${{ matrix.Java }} sample
21
steps:
22
- uses: actions/checkout@v2
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