Skip to content

Commit

Permalink
use jdk 21 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Jul 27, 2024
1 parent 72d3877 commit e0844e0
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 e0844e0

Please sign in to comment.