Skip to content

Commit

Permalink
Update distribution to Zulu (TCK tested OpenJDK)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi authored Sep 2, 2021
1 parent 1dcbdf2 commit 640d7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
distribution: 'zulu'
- name: Publish package
run: ./mvnw versions:set -DnewVersion=${{ github.event.release.tag_name }} && ./mvnw --batch-mode --update-snapshots -DskipTests -P production deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 640d7f8

Please sign in to comment.