Remove unnecessary GitHub Actions step #93
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user