File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 13
13
- name : Set up JDK 8
14
14
uses : actions/setup-java@v4
15
15
with :
16
- distribution : temurin
16
+ distribution : liberica
17
17
java-version : ' 8'
18
18
- name : Make buildkit default
19
19
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-java@v4
15
15
with :
16
- distribution : temurin
16
+ distribution : liberica
17
17
java-version : ${{ env.DEV_JDK }}
18
18
cache : ' maven'
19
19
- run : mvn -V -B license:check
25
25
- uses : actions/checkout@v4
26
26
- uses : actions/setup-java@v4
27
27
with :
28
- distribution : temurin
28
+ distribution : liberica
29
29
java-version : ${{ env.DEV_JDK }}
30
30
cache : ' maven'
31
31
- name : OWASP dependency check
@@ -40,19 +40,13 @@ jobs:
40
40
matrix :
41
41
os : [ubuntu-latest, windows-latest, macOS-latest]
42
42
jvm : ['8']
43
- exclude :
44
- - os : macOS-latest
45
- jvm : ' 8'
46
- include :
47
- - os : macOS-latest
48
- jvm : ' 11'
49
43
runs-on : ${{ matrix.os }}
50
44
steps :
51
45
- uses : actions/checkout@v4
52
46
- name : Set up JDK
53
47
uses : actions/setup-java@v4
54
48
with :
55
- distribution : temurin
49
+ distribution : liberica
56
50
java-version : ${{ matrix.jvm }}
57
51
cache : ' maven'
58
52
- name : Install Maven Daemon
Original file line number Diff line number Diff line change 12
12
- name : Set up JDK 8
13
13
uses : actions/setup-java@v4
14
14
with :
15
- distribution : temurin
15
+ distribution : liberica
16
16
java-version : ' 8'
17
17
- name : Cache Maven packages
18
18
uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments