Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
p0loskun committed Sep 25, 2024
1 parent e8f01e3 commit fd62bc0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'gradle'

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
Expand All @@ -36,8 +35,3 @@ jobs:

- name: Build with Gradle
run: ./gradlew build --no-daemon --stacktrace
- name: Rebuild on Failure
if: ${{ failure() }}
run: |
./gradlew clean cleanCache
./gradlew build --no-daemon --stacktrace

0 comments on commit fd62bc0

Please sign in to comment.