Skip to content

Commit

Permalink
Fix an old setup-gradle in the GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 1, 2025
1 parent 30c5583 commit d56960c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/jvm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
java-version: 17
distribution: 'temurin'
- name: gradle caching
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
uses: gradle/actions/setup-gradle@v4
- name: git fetch origin main
run: git fetch origin main
- name: publish all
Expand Down

0 comments on commit d56960c

Please sign in to comment.