File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 1313 name : Build Maven
1414
1515 runs-on : ubuntu-latest
16- continue-on-error : ${{ matrix.experimental }}
1716 strategy :
1817 matrix :
1918 jdk : [8, 11, 17, 21]
@@ -33,14 +32,10 @@ jobs:
3332 name : Build Maven Wrapper
3433
3534 runs-on : ubuntu-latest
36- continue-on-error : ${{ matrix.experimental }}
3735 strategy :
3836 matrix :
39- jdk : [8, 11]
40- experimental : [false]
41- include :
42- - jdk : 17
43- experimental : true
37+ jdk : [8, 11, 17, 21]
38+
4439 steps :
4540 - uses : actions/checkout@v3
4641 - name : Set up JDK ${{ matrix.jdk }}
@@ -56,14 +51,10 @@ jobs:
5651 name : Build Gradle
5752
5853 runs-on : ubuntu-latest
59- continue-on-error : ${{ matrix.experimental }}
6054 strategy :
6155 matrix :
62- jdk : [8, 11]
63- experimental : [false]
64- include :
65- - jdk : 17
66- experimental : true
56+ jdk : [8, 11, 17, 21]
57+
6758 steps :
6859 - uses : actions/checkout@v3
6960 - name : Set up JDK ${{ matrix.jdk }}
7566 uses : gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
7667 with :
7768 arguments : bootWar -Pjava_version=${{ matrix.jdk }}
69+
70+ with :
71+ arguments : bootWar -Pjava_version=${{ matrix.jdk }}
You can’t perform that action at this time.
0 commit comments