Skip to content

Commit

Permalink
fix: Change jdk version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
DuoDuoJuZi authored Dec 20, 2024
1 parent 7d239c2 commit f79b357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Java JDK
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: 'zulu'
cache: 'gradle'

Expand Down

0 comments on commit f79b357

Please sign in to comment.