File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - name : Setup Java
2323 uses : actions/setup-java@v2
2424 with :
25- distribution : ' adopt '
25+ distribution : ' temurin '
2626 java-version : 11
2727 - name : Cache Gradle
2828 uses : actions/cache@v2
5151 - name : Set up JDK 11
5252 uses : actions/setup-java@v2
5353 with :
54- distribution : ' adopt '
54+ distribution : ' temurin '
5555 java-version : 11
5656 - name : Cache SonarCloud packages
5757 uses : actions/cache@v2
Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 matrix :
1818 os : [ ubuntu-latest, macos-latest, windows-latest ]
19- java : [ 11, 14 ]
19+ java : [ 11, 17 ]
2020 needs : validation
2121 runs-on : ${{ matrix.os }}
2222 steps :
2525 - name : Setup Java
2626 uses : actions/setup-java@v2
2727 with :
28- distribution : ' adopt '
28+ distribution : ' temurin '
2929 java-version : ${{ matrix.java }}
3030 - name : Make gradlew executable (non-Windows only)
3131 if : matrix.os != 'windows-latest'
You can’t perform that action at this time.
0 commit comments