File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -60,20 +60,20 @@ jobs:
6060 - name : Build
6161 run : mvn dependency:go-offline install
6262
63- build_jdk_zulu_8 :
64- runs-on : ubuntu-latest
65- steps :
66- # Checks-out the repository under $GITHUB_WORKSPACE
67- - uses : actions/checkout@v4
68- # Set up Java 8
69- - name : Set up JDK 8
70- uses : actions/setup-java@v4
71- with :
72- distribution : ' zulu'
73- java-version : ' 8'
74- cache : ' maven'
75- - name : Build
76- run : mvn dependency:go-offline install
63+ build_jdk_zulu_8 :
64+ runs-on : ubuntu-latest
65+ steps :
66+ # Checks-out the repository under $GITHUB_WORKSPACE
67+ - uses : actions/checkout@v4
68+ # Set up Java 8
69+ - name : Set up JDK 8
70+ uses : actions/setup-java@v4
71+ with :
72+ distribution : ' zulu'
73+ java-version : ' 8'
74+ cache : ' maven'
75+ - name : Build
76+ run : mvn dependency:go-offline install
7777
7878 build_jdk_temurin_other :
7979 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments