Skip to content

Commit

Permalink
Fix build.yml verify gradle permission
Browse files Browse the repository at this point in the history
  • Loading branch information
novalisdenahi committed Dec 16, 2024
1 parent af6b92a commit f564e20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ jobs:
with:
gradle-home-cache-cleanup: true

# Gradle permission
- name: Grant execute permission for gradlew
run: chmod +x gradlew

# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache
uses: actions/cache@v4
Expand Down

0 comments on commit f564e20

Please sign in to comment.