Skip to content

Commit

Permalink
Merge pull request #80 from boiscljo/dev
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
boiscljo authored Sep 1, 2024
2 parents 8db1759 + 30f8f14 commit 6f5f9da
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
with:
ref: dev
- 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 6f5f9da

Please sign in to comment.