This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
- name : Setup Java
24
24
uses : actions/setup-java@v2
25
25
with :
26
- distribution : ' adopt '
26
+ distribution : ' temurin '
27
27
java-version : 8
28
28
- name : Cache Gradle
29
29
uses : actions/cache@v2
51
51
- name : Setup Java
52
52
uses : actions/setup-java@v2
53
53
with :
54
- distribution : ' adopt '
54
+ distribution : ' temurin '
55
55
java-version : 8
56
56
- name : Cache Gradle
57
57
uses : actions/cache@v2
84
84
- name : Set up JDK 11
85
85
uses : actions/setup-java@v2
86
86
with :
87
- distribution : ' adopt '
87
+ distribution : ' temurin '
88
88
java-version : 11
89
89
- name : Cache SonarCloud packages
90
90
uses : actions/cache@v2
Original file line number Diff line number Diff line change 33
33
fail-fast : false
34
34
matrix :
35
35
os : [ ubuntu-latest, macos-latest, windows-latest ]
36
- java : [ 8, 11, 16 ]
36
+ java : [ 8, 11, 17 ]
37
37
needs : [ validation, commitlint ]
38
38
runs-on : ${{ matrix.os }}
39
39
steps :
42
42
- name : Setup Java
43
43
uses : actions/setup-java@v2
44
44
with :
45
- distribution : ' adopt '
45
+ distribution : ' temurin '
46
46
java-version : ${{ matrix.java }}
47
47
- name : Cache Gradle
48
48
uses : actions/cache@v2
85
85
if : env.SONAR_TOKEN != null
86
86
uses : actions/setup-java@v2
87
87
with :
88
- distribution : ' adopt '
88
+ distribution : ' temurin '
89
89
java-version : 11
90
90
- name : Cache SonarCloud packages
91
91
if : env.SONAR_TOKEN != null
Original file line number Diff line number Diff line change 19
19
- name : Setup Java
20
20
uses : actions/setup-java@v2
21
21
with :
22
- distribution : ' adopt '
22
+ distribution : ' temurin '
23
23
java-version : 8
24
24
- name : Cache Gradle
25
25
uses : actions/cache@v2
47
47
- name : Setup Java
48
48
uses : actions/setup-java@v2
49
49
with :
50
- distribution : ' adopt '
50
+ distribution : ' temurin '
51
51
java-version : 8
52
52
- name : Cache Gradle
53
53
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments