Skip to content

Commit

Permalink
Use Java 21 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Aug 18, 2024
1 parent 4ce1dbe commit 4998a11
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 4998a11

Please sign in to comment.