Skip to content

Commit

Permalink
Build launcher with JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Nov 16, 2024
1 parent 248b886 commit 6ac5001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK 11
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Setup Gradle
Expand Down

0 comments on commit 6ac5001

Please sign in to comment.