Skip to content

Commit

Permalink
Use Corretto in GHA to align with the runtime Java vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed May 17, 2022
1 parent 28959ff commit ab47ad2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v2
- name: Setup Java 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: zulu
cache: 'gradle'
distribution: corretto
java-version: 8
cache: gradle
- name: Semantic Version
id: version
uses: ncipollo/semantic-version-action@v1
Expand Down

0 comments on commit ab47ad2

Please sign in to comment.