Skip to content

Commit

Permalink
update workflow to add execute for gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jixxed committed Dec 29, 2024
1 parent 6d35fa0 commit 671f1f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
distribution: 'zulu'
architecture: x64

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
Expand Down

0 comments on commit 671f1f5

Please sign in to comment.