Skip to content

Commit

Permalink
ci: replace legacy gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pfeil committed Jul 31, 2024
1 parent 9ed9591 commit ef074c6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,12 @@ jobs:
with:
java-version: ${{ matrix.jdk }}
distribution: 'zulu' # =openJDK
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v3
- name: Build and Test
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true
arguments: clean build
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build and Test with Gradle
run: ./gradlew build
- name: Do one Coveralls test report
uses: gradle/gradle-build-action@v2
if: matrix.operating-system == 'ubuntu-latest' && matrix.jdk == 17
Expand Down

0 comments on commit ef074c6

Please sign in to comment.