Skip to content

Commit

Permalink
update java in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arnokeesman committed Apr 23, 2024
1 parent 2b7e4ad commit 1e72ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: 🛂 Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1

- name: 🏗 Set up JDK 17
- name: 🏗 Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: 17
java-version: 21
distribution: adopt

- name: 📷 Begin Gradle cache
Expand Down

0 comments on commit 1e72ef4

Please sign in to comment.