Skip to content

Commit

Permalink
Update ci.yaml to make gradlew executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ash0ne authored Mar 31, 2024
1 parent c74e4b2 commit 6061fd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
distribution: 'oracle'
java-version: '21'

- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew

- name: Build and Test with Gradle
run: ./gradlew clean build
Expand Down

0 comments on commit 6061fd1

Please sign in to comment.