Skip to content

Commit

Permalink
Merge pull request #1
Browse files Browse the repository at this point in the history
* Make gradlew executable
  • Loading branch information
nea89o authored Sep 5, 2022
1 parent a926f31 commit 59c8789
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v2
with:
path: build/libs/*.jar
- name: Stop gradle daemons
run: ./gradlew --stop
run: ./gradlew --stop
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 59c8789

Please sign in to comment.