Skip to content

Commit 44f15f0

Browse files
committed
ci: use gradle cache
1 parent 12c86b6 commit 44f15f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
3333
settings-path: ${{ github.workspace }} # location for the settings.xml file
3434

35-
- name: Setup Gradle
36-
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
35+
- name: Gradle Cache
36+
uses: actions/cache@v4
3737
with:
3838
path: |
3939
~/.gradle/caches

0 commit comments

Comments
 (0)