File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 - uses : actions/checkout@v3
1414 with :
1515 fetch-depth : 0
16- - name : Set up JDK 8
16+ - name : Set up JDK 11
1717 uses : actions/setup-java@v3
1818 with :
19- java-version : 8
20- distribution : ' temurin '
19+ java-version : 11
20+ distribution : ' zulu '
2121 - name : Cache Maven packages
2222 uses : actions/cache@v3
2323 with :
@@ -35,11 +35,11 @@ jobs:
3535 - uses : actions/checkout@v3
3636 with :
3737 fetch-depth : 0
38- - name : Set up JDK 8
38+ - name : Set up JDK 11
3939 uses : actions/setup-java@v3
4040 with :
41- java-version : 8
42- distribution : ' temurin '
41+ java-version : 11
42+ distribution : ' zulu '
4343 - name : Cache Maven packages
4444 uses : actions/cache@v3
4545 with :
7272 - name : Set up Maven Central Repository
7373 uses : actions/setup-java@v3
7474 with :
75- java-version : 8
76- distribution : ' temurin '
75+ java-version : 11
76+ distribution : ' zulu '
7777 server-id : central
7878 server-username : MAVEN_USERNAME
7979 server-password : MAVEN_PASSWORD
You can’t perform that action at this time.
0 commit comments