File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
- uses : actions/checkout@v3
14
14
with :
15
15
fetch-depth : 0
16
- - name : Set up JDK 8
16
+ - name : Set up JDK 11
17
17
uses : actions/setup-java@v3
18
18
with :
19
- java-version : 8
20
- distribution : ' temurin '
19
+ java-version : 11
20
+ distribution : ' zulu '
21
21
- name : Cache Maven packages
22
22
uses : actions/cache@v3
23
23
with :
@@ -35,11 +35,11 @@ jobs:
35
35
- uses : actions/checkout@v3
36
36
with :
37
37
fetch-depth : 0
38
- - name : Set up JDK 8
38
+ - name : Set up JDK 11
39
39
uses : actions/setup-java@v3
40
40
with :
41
- java-version : 8
42
- distribution : ' temurin '
41
+ java-version : 11
42
+ distribution : ' zulu '
43
43
- name : Cache Maven packages
44
44
uses : actions/cache@v3
45
45
with :
72
72
- name : Set up Maven Central Repository
73
73
uses : actions/setup-java@v3
74
74
with :
75
- java-version : 8
76
- distribution : ' temurin '
75
+ java-version : 11
76
+ distribution : ' zulu '
77
77
server-id : central
78
78
server-username : MAVEN_USERNAME
79
79
server-password : MAVEN_PASSWORD
You can’t perform that action at this time.
0 commit comments