File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
33
33
with :
34
34
ref : ${{ github.event.client_payload.ref || github.ref }}
35
35
36
- - name : Set up JDK 1. 8
36
+ - name : Set up JDK 8
37
37
uses : actions/setup-java@v4
38
38
with :
39
39
distribution : ' zulu'
40
- java-version : 1. 8
40
+ java-version : 8
41
41
42
42
- name : Compile, test and package
43
43
run : ./.github/scripts/package_artifacts.sh
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
44
44
with :
45
45
ref : ${{ github.event.client_payload.ref || github.ref }}
46
46
47
- - name : Set up JDK 1. 8
47
+ - name : Set up JDK 8
48
48
uses : actions/setup-java@v4
49
49
with :
50
50
distribution : ' zulu'
51
- java-version : 1. 8
51
+ java-version : 8
52
52
53
53
- name : Compile, test and package
54
54
run : ./.github/scripts/package_artifacts.sh
@@ -83,11 +83,11 @@ jobs:
83
83
- name : Checkout source for publish
84
84
uses : actions/checkout@v4
85
85
86
- - name : Set up JDK 1. 8
86
+ - name : Set up JDK 8
87
87
uses : actions/setup-java@v4
88
88
with :
89
89
distribution : ' zulu'
90
- java-version : 1. 8
90
+ java-version : 8
91
91
92
92
- name : Publish preflight check
93
93
id : preflight
You can’t perform that action at this time.
0 commit comments