Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 84cd222

Browse files
feat: use gradle cache
1 parent db02565 commit 84cd222

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- name: Cache gradle
22-
uses: actions/cache@v2
23-
with:
24-
path: |
25-
~/.gradle/caches
26-
~/.gradle/wrapper
27-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
28-
restore-keys: |
29-
${{ runner.os }}-gradle-
21+
- name: Cache gradle
22+
uses: actions/cache@v2
23+
with:
24+
path: |
25+
~/.gradle/caches
26+
~/.gradle/wrapper
27+
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
28+
restore-keys: |
29+
${{ runner.os }}-gradle-
3030
3131
- name: Setup Java 11
3232
uses: joschi/setup-jdk@v2

0 commit comments

Comments
 (0)