Remove unnecessary GitHub Actions step #93

Closed
davidbailey00 wants to merge 1 commits from remove-unnecessary-chmod-x into master
Showing only changes of commit 64b9c6e5de - Show all commits

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