We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48d794 commit 737f0a3Copy full SHA for 737f0a3
.github/workflows/ci.yml
@@ -96,11 +96,11 @@ jobs:
96
with:
97
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
98
99
- - name: Set up Java 8
+ - name: Set up Java 11
100
uses: actions/setup-java@v3
101
102
- distribution: 'adopt'
103
- java-version: 8
+ distribution: 'zulu'
+ java-version: 11
104
105
- name: Build and release
106
run: ./gradlew githubRelease publishToSonatype closeAndReleaseStagingRepository releaseSummary
0 commit comments