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 4677f15 commit ce63a7dCopy full SHA for ce63a7d
.github/workflows/maven.yml
@@ -13,9 +13,9 @@ jobs:
13
strategy:
14
matrix:
15
java:
16
- - '8'
17
- - '11'
18
- #- '17'
+ - '8' # 2030.12
+ - '11' # 2026.09
+ - '17' # 2029.09
19
name: Java ${{ matrix.Java }} sample
20
steps:
21
- uses: actions/checkout@v2
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
+ -Dillegal-access=permit
71
+ </argLine>
72
</configuration>
73
</plugin>
74
<plugin>
0 commit comments