Skip to content

Commit

Permalink
fix: updated Java from default to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 20, 2023
1 parent 46a07e3 commit c9b52ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- uses: gradle/[email protected]
- name: Create .gpg key
run: |
Expand Down

0 comments on commit c9b52ce

Please sign in to comment.