Skip to content

Commit

Permalink
chmod +x ./gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
magicprinc committed Mar 8, 2023
1 parent 7e63dfb commit 153b571
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: build
arguments: build

0 comments on commit 153b571

Please # to comment.