Skip to content

Commit

Permalink
Make gradlew script executable
Browse files Browse the repository at this point in the history
So that one can build the project from shell also.
  • Loading branch information
ebraminio committed Sep 27, 2021
1 parent a89122d commit 9663678
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ jobs:
with:
distribution: 'adopt'
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 9663678

Please sign in to comment.