Skip to content

Commit

Permalink
Update java version for the release branch to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
indritbeqiri committed Nov 5, 2024
1 parent c7c8302 commit a775e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: Create JPro distribution
run: |
./gradlew clean jproRelease
Expand Down

0 comments on commit a775e9a

Please sign in to comment.