Skip to content

Commit 737f0a3

Browse files
authored
Fixes #2623: Use zulu distribution and java 11 for release GHA job (#2624)
1 parent f48d794 commit 737f0a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ jobs:
9696
with:
9797
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
9898

99-
- name: Set up Java 8
99+
- name: Set up Java 11
100100
uses: actions/setup-java@v3
101101
with:
102-
distribution: 'adopt'
103-
java-version: 8
102+
distribution: 'zulu'
103+
java-version: 11
104104

105105
- name: Build and release
106106
run: ./gradlew githubRelease publishToSonatype closeAndReleaseStagingRepository releaseSummary

0 commit comments

Comments
 (0)