Skip to content

Commit

Permalink
Remove superfluous setup-gradle option (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Aug 21, 2024
1 parent 98fb885 commit f739321
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
distribution: 'temurin'
java-version: '11'
- uses: gradle/actions/setup-gradle@v4
with:
validate-wrappers: true

- run: ./gradlew check jacocoTestReport
- uses: codecov/codecov-action@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: true
validate-wrappers: true

- run: ./gradlew assembleGitHubPages
- run: >
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: true
validate-wrappers: true

- run: >
./gradlew
Expand Down

0 comments on commit f739321

Please sign in to comment.