Skip to content

Commit

Permalink
ci: grant execution permission
Browse files Browse the repository at this point in the history
Signed-off-by: Seren_Modz 21 <[email protected]>
  • Loading branch information
SerenModz21 committed Jun 23, 2024
1 parent e6a0422 commit aac15bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
build-scan-terms-of-use-url: https://gradle.com/terms-of-service
build-scan-terms-of-use-agree: "yes"

- name: Grant Execution Permission
run: chmod +x ./gradlew

- name: Build Project
run: ./gradlew build --stacktrace --info

0 comments on commit aac15bb

Please sign in to comment.