Skip to content

Commit

Permalink
Add gradle wrapper +x permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Twometer committed Oct 6, 2021
1 parent 3fb9463 commit 3c7e313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 11
- name: gradlew execution permission
run: chmod +x ./gradlew
- name: Publish package
run: ./gradlew publish
env:
Expand Down

0 comments on commit 3c7e313

Please sign in to comment.