We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a926f31 commit 59c8789Copy full SHA for 59c8789
.github/workflows/build.yml
@@ -31,12 +31,10 @@ jobs:
31
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
32
restore-keys: |
33
${{ runner.os }}-gradle-
34
- - name: Grant execute permission for gradlew
35
- run: chmod +x gradlew
36
- name: Build with Gradle
37
run: ./gradlew build
38
- uses: actions/upload-artifact@v2
39
with:
40
path: build/libs/*.jar
41
- name: Stop gradle daemons
42
- run: ./gradlew --stop
+ run: ./gradlew --stop
gradlew
100644
100755
0 commit comments