Skip to content

Commit

Permalink
Updating java to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
MalarsriA committed Oct 16, 2024
1 parent 7144bba commit 9cb4aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
- name: Gradle Wrapper Validation
uses: gradle/actions/wrapper-validation@v3

# Setup Java 17 environment for the next steps
# Setup Java 21 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
java-version: 21
cache: gradle

# Set environment variables
Expand Down

0 comments on commit 9cb4aa6

Please sign in to comment.