Use gradle/actions/setup-gradle (#1397)

This adds the setup-gradle action; which has the following improvements:

* Improved cacheing (compared to setup-java's Gradle cache)
* Validates the gradle wrapper jar
This commit is contained in:
Daniel Chao
2026-01-07 21:10:07 -08:00
committed by GitHub
parent 6b9c670cfd
commit 474305c7b9
9 changed files with 175 additions and 89 deletions

2
.github/workflows/__lockfile__.yml generated vendored
View File

@@ -29,3 +29,5 @@ jobs:
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
- name: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
- name: gradle/actions/setup-gradle@v5
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5