Skip to content

Commit 5ca07e5

Browse files
committed
cache on commit
1 parent 02c9d0a commit 5ca07e5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/check-does-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
distribution: temurin
1616
java-version: 21
1717

18+
- name: Loom Cache
19+
uses: actions/cache@v4
20+
with:
21+
path: "**/.gradle/loom-cache"
22+
key: "${{ runner.os }}-gradle-${{ hashFiles('**/libs.versions.*', '**/*.gradle*', '**/gradle-wrapper.properties') }}"
23+
restore-keys: "${{ runner.os }}-gradle-"
24+
1825
- name: Setup Gradle
1926
uses: gradle/actions/setup-gradle@v4
2027
with:

0 commit comments

Comments
 (0)