File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - name : Set up JDK 1. 8
16
+ - name : Set up JDK 8
17
17
uses : actions/setup-java@v4
18
18
with :
19
19
distribution : ' temurin'
20
- java-version : ' 1. 8'
20
+ java-version : ' 8'
21
21
cache : ' maven'
22
22
- name : Build with Maven
23
23
run : mvn -B package
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - name : Set up JDK 1. 8
16
+ - name : Set up JDK 8
17
17
uses : actions/setup-java@v4
18
18
with :
19
19
distribution : ' temurin'
20
- java-version : ' 1. 8'
20
+ java-version : ' 8'
21
21
cache : ' maven'
22
22
- name : Build with Maven
23
23
run : mvn -B package
You can’t perform that action at this time.
0 commit comments