Skip to content

Commit

Permalink
Tweak gradle/actions/setup-gradle args
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jul 30, 2024
1 parent 66a9117 commit 889f646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.jdk }}
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
validate-wrappers: true
- name: Build
run: ./gradlew build "-Pme.champeau.japicmp.javaToolchain.test=${{ matrix.jdk }}"
21 changes: 0 additions & 21 deletions .github/workflows/gradle-wrapper-validation.yml

This file was deleted.

0 comments on commit 889f646

Please sign in to comment.