Skip to content

Commit 6865449

Browse files
authored
Use caching with setup-java github action (#1476)
2 parents 13f10ca + 5774439 commit 6865449

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/changelog-print.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
java-version: 11
1717
distribution: 'temurin'
18+
cache: 'gradle'
1819
- name: gradle caching
1920
uses: gradle/gradle-build-action@v2
2021
- run: ./gradlew changelogPrint

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
java-version: 11
4343
distribution: 'temurin'
44+
cache: 'gradle'
4445
- name: gradle caching
4546
uses: gradle/gradle-build-action@v2
4647
- name: publish all

0 commit comments

Comments
 (0)