Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jomifred committed Sep 26, 2024
2 parents 518f26b + 14ed5e3 commit 1632717
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 1632717

Please sign in to comment.