Skip to content

Commit

Permalink
chore: Update JDK to Version 21
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Jan 31, 2025
1 parent db3edc4 commit 3de240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-project/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'

- name: Setup Gradle
uses: gradle/gradle-build-action@v3

0 comments on commit 3de240e

Please sign in to comment.