Skip to content

Commit

Permalink
Use Java 21 in gradle wrapper update action
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Sep 15, 2024
1 parent 3801869 commit a9354a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
check-latest: true
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1

0 comments on commit a9354a3

Please sign in to comment.