Skip to content

Commit

Permalink
Fixes mockito#2623: Use zulu distribution and java 11 for release GHA…
Browse files Browse the repository at this point in the history
… job
  • Loading branch information
hazendaz committed Apr 21, 2022
1 parent f48d794 commit 08f8609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -96,11 +96,11 @@ jobs:
with:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

- name: Set up Java 8
- name: Set up Java 11
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 8
distribution: 'zulu'
java-version: 11

- name: Build and release
run: ./gradlew githubRelease publishToSonatype closeAndReleaseStagingRepository releaseSummary
Expand Down

0 comments on commit 08f8609

Please sign in to comment.