Skip to content

Commit 59c8789

Browse files
authored
Merge pull request #1
* Make gradlew executable
1 parent a926f31 commit 59c8789

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ jobs:
3131
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
3232
restore-keys: |
3333
${{ runner.os }}-gradle-
34-
- name: Grant execute permission for gradlew
35-
run: chmod +x gradlew
3634
- name: Build with Gradle
3735
run: ./gradlew build
3836
- uses: actions/upload-artifact@v2
3937
with:
4038
path: build/libs/*.jar
4139
- name: Stop gradle daemons
42-
run: ./gradlew --stop
40+
run: ./gradlew --stop

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)