Skip to content

Commit

Permalink
Update JDK runtime to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
iiAhmedYT committed Sep 11, 2024
1 parent a82b766 commit 16f093e
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 @@ -16,10 +16,10 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 16f093e

Please sign in to comment.