Skip to content

Commit e0e6243

Browse files
committed
cache gradle home.
1 parent 3472d20 commit e0e6243

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ UploadToPlayStoreInternalChannel:
3131
cache:
3232
key: "${CI_PROJECT_NAME}"
3333
paths:
34-
- ~/.gradle/caches
35-
- ~/.gradle/wrapper
36-
- .android
34+
- $GRADLE_USER_HOME/caches
35+
- $GRADLE_USER_HOME/wrapper
3736
- openvpn/.cxx
3837
- openvpn/build/intermediates/cmake
3938
- wgtunnel/.cxx

0 commit comments

Comments
 (0)