File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - name : Set up JDK 8
16
+ - name : Set up JDK 17
17
17
uses : actions/setup-java@v4
18
18
with :
19
- java-version : 8
19
+ java-version : 17
20
20
distribution : temurin
21
21
cache : maven
22
22
server-id : ossrh
Original file line number Diff line number Diff line change 21
21
- name : Setup Java JDK
22
22
uses : actions/setup-java@v4
23
23
with :
24
- java-version : 8
24
+ java-version : 17
25
25
distribution : temurin
26
26
cache : maven
27
27
server-id : github
@@ -40,10 +40,10 @@ jobs:
40
40
- uses : actions/checkout@v4
41
41
with :
42
42
ref : v${{ github.event.inputs.releaseVersion }}
43
- - name : Set up JDK 8
43
+ - name : Set up JDK 17
44
44
uses : actions/setup-java@v4
45
45
with :
46
- java-version : 8
46
+ java-version : 17
47
47
distribution : temurin
48
48
cache : maven
49
49
server-id : ossrh
You can’t perform that action at this time.
0 commit comments