Skip to content

Commit 62e75de

Browse files
committed
use jdk 11
1 parent 9e68bd0 commit 62e75de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/maven-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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:
@@ -72,8 +72,8 @@ jobs:
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

0 commit comments

Comments
 (0)