Remove unnecessary GitHub Actions step

"make gradle wrapper executable" is not necessary because it
already has the executable bit set in the repository.
This commit is contained in:
David Bailey 2021-03-27 16:32:38 +00:00
parent bdfab7a0cf
commit 64b9c6e5de

View File

@ -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