Skip to content

Commit

Permalink
chmod +x ./gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
axshani committed Dec 27, 2023
1 parent e773eb7 commit 436aa59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Publish package
Expand Down

0 comments on commit 436aa59

Please sign in to comment.