Skip to content

Commit

Permalink
Update main branch workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
boiscljo authored Sep 1, 2024
1 parent 6f5f9da commit e0fd01e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v4
with:
ref: release
- name: Set up JDK 17
- name: Set up JDK 21 temurin
uses: actions/setup-java@v3
with:
distribution: 'microsoft'
java-version: 17
distribution: 'temurin'
java-version: 21
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit e0fd01e

Please sign in to comment.