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:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - name : Set up JDK 1. 8
16+ - name : Set up JDK 8
1717 uses : actions/setup-java@v4
1818 with :
1919 distribution : ' temurin'
20- java-version : ' 1. 8'
20+ java-version : ' 8'
2121 cache : ' maven'
2222 - name : Build with Maven
2323 run : mvn -B package
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - name : Set up JDK 1. 8
16+ - name : Set up JDK 8
1717 uses : actions/setup-java@v4
1818 with :
1919 distribution : ' temurin'
20- java-version : ' 1. 8'
20+ java-version : ' 8'
2121 cache : ' maven'
2222 - name : Build with Maven
2323 run : mvn -B package
You can’t perform that action at this time.
0 commit comments