Skip to content

Commit

Permalink
Bump jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox authored May 22, 2024
1 parent 75c8ae0 commit 541fe3a
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 @@ -23,10 +23,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup JDK 17
- name: Setup JDK 21
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 21

- name: Ensure gradlew is executable
run: chmod +x gradlew
Expand Down

0 comments on commit 541fe3a

Please sign in to comment.