Skip to content

Commit

Permalink
ci: bump jdk version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Forgot-Dream committed Jul 11, 2024
1 parent ad3dd29 commit 1c0979e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: "actions/setup-java@v3"
with:
distribution: "temurin"
java-version: 17
java-version: 21
- name: "Set up Gradle"
uses: "gradle/gradle-build-action@v2"
- name: "Execute Gradle Build"
Expand Down

0 comments on commit 1c0979e

Please sign in to comment.