Skip to content

Commit 03390b6

Browse files
authored
cache gradle
1 parent a43e260 commit 03390b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
java-version: '21'
2727
distribution: 'temurin'
28+
cache: 'gradle'
2829
- uses: gradle/actions/setup-gradle@v4.3.1
2930
with:
3031
gradle-version: 8.13

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
java-version: '21'
1919
distribution: 'temurin'
20+
cache: 'gradle'
2021
- uses: gradle/actions/setup-gradle@v4.3.1
2122
with:
2223
gradle-version: 8.13

0 commit comments

Comments
 (0)