Skip to content

Commit 50fdb3a

Browse files
committed
fix: "cache: gradle" 추가
1 parent e393f18 commit 50fdb3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd-develop.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
distribution: 'temurin'
2323
java-version: '17'
24+
cache: gradle
2425

2526
# CR_PAT: Container Registry - Personal Access Token
2627
- name: GitHub Container Registry login (GitHub Container Registry 로그인)
@@ -37,8 +38,8 @@ jobs:
3738
uses: actions/cache@v3
3839
with:
3940
path: |
40-
./default/.gradle/caches
41-
./default/.gradle/wrapper
41+
~/default/.gradle/caches
42+
~/default/.gradle/wrapper
4243
key: gradle-default-${{ runner.os }}-${{ hashFiles('default/**/gradle-wrapper.properties') }}
4344
restore-keys: gradle-default-${{ runner.os }}-
4445

0 commit comments

Comments
 (0)