Skip to content

Commit

Permalink
update github action jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Corosauce committed Nov 20, 2024
1 parent c18f099 commit 11deb0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup JDK 17
uses: actions/setup-java@v3
- name: Setup JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Build with Gradle
Expand Down

0 comments on commit 11deb0c

Please sign in to comment.