File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 checkout-submodules : true
3131 checkout-fetch-depth : 0
32- java-distribution : ' temurin'
3332 java-version : ${{ matrix.java }}
3433
3534 - name : Pre-download dependencies with Maven
Original file line number Diff line number Diff line change 2727 - name : Setup Java
2828 uses : actions/setup-java@v4
2929 with :
30- distribution : ' temurin '
30+ distribution : ' zulu '
3131 java-version : ${{ matrix.java }}
3232 cache : ' maven'
3333
8888 - name : Setup Java
8989 uses : actions/setup-java@v4
9090 with :
91- distribution : ' temurin '
91+ distribution : ' zulu '
9292 java-version : ${{ matrix.java }}
9393 cache : ' maven'
9494
@@ -138,7 +138,7 @@ jobs:
138138 - name : Setup Java
139139 uses : actions/setup-java@v4
140140 with :
141- distribution : ' temurin '
141+ distribution : ' zulu '
142142 java-version : ${{ matrix.java }}
143143 cache : ' maven'
144144
You can’t perform that action at this time.
0 commit comments