Skip to content

Commit 7a22d47

Browse files
Mark gradlew as executable in the repo and delete Github action step that manually used to do that
1 parent 7fe351b commit 7a22d47

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 1.11
19-
20-
- name: Make gradle useable
21-
run: chmod +x ./gradlew
22-
19+
2320
- name: Test with Gradle
2421
run: ./gradlew test

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)