Skip to content

Commit

Permalink
Change gradle.yml to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankTCA authored Oct 24, 2024
1 parent a9b7048 commit 1eacca2
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 @@ -20,10 +20,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: '17'
java-version: '21'
distribution: 'zulu'
- name: Build with Gradle
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021
Expand Down

0 comments on commit 1eacca2

Please sign in to comment.