Skip to content

Commit

Permalink
Set gradlew as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Nov 2, 2024
1 parent b749706 commit 6fcdaf1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
distribution: adopt
- name: Checkout code
uses: actions/checkout@v4
- name: Set Gradlew executable
run: chmod +x ./gradlew
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Check phase 1
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.
Empty file modified gradlew.bat
100644 → 100755
Empty file.

0 comments on commit 6fcdaf1

Please sign in to comment.