Skip to content

Commit 367ddb5

Browse files
committed
Cache Gradle dependencies
1 parent e82ab5e commit 367ddb5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
with:
2121
java-version: 21
2222
distribution: temurin
23+
cache: gradle
2324
- name: Build with Gradle
2425
run: ./gradlew assemble check

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
java-version: 21
2828
distribution: temurin
29+
cache: gradle
2930
- name: Test with Gradle
3031
run: ./gradlew assemble check
3132
- name: Release with Gradle

0 commit comments

Comments
 (0)