Skip to content

Commit ce63a7d

Browse files
committed
try adding java 17
1 parent 4677f15 commit ce63a7d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
java:
16-
- '8'
17-
- '11'
18-
#- '17'
16+
- '8' # 2030.12
17+
- '11' # 2026.09
18+
- '17' # 2029.09
1919
name: Java ${{ matrix.Java }} sample
2020
steps:
2121
- uses: actions/checkout@v2

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@
6464
<!-- <parallel>all</parallel> &lt;!&ndash; Run tests in parallel&ndash;&gt;-->
6565
<!-- <useUnlimitedThreads>true</useUnlimitedThreads>-->
6666
<rerunFailingTestsCount>10</rerunFailingTestsCount>
67-
<argLine>-Xms1g -Xmx1g</argLine>
67+
<argLine>
68+
-Xms1g
69+
-Xmx1g
70+
-Dillegal-access=permit
71+
</argLine>
6872
</configuration>
6973
</plugin>
7074
<plugin>

0 commit comments

Comments
 (0)