Remove unnecessary GitHub Actions step

"make gradle wrapper executable" is not necessary because it
already has the executable bit set in the repository.
pull/93/head
David Bailey 3 years ago
parent bdfab7a0cf
commit 64b9c6e5de

@ -28,9 +28,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: make gradle wrapper executable
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
- name: capture build artifacts

Loading…
Cancel
Save