Is there any specific reason why I don’t need to s...
# caching
н
Is there any specific reason why I don’t need to save on CI
gc.properties
as mentioned there. I want to be able to give ability to my jobs cleanup cache from time to time and as far as I understand -
gc.properties
is a part that makes it possible.
👀 1
c
GitHub Actions via the setup Gradle action handles caching of various artifacts and cleanup of the cache at the end of the build.
н
Unfortunately we’re using GitLab
GitLab cache is basically zip everything related to cache entry and push to a storage (in our case S3). After some time gradle cache becomes too big and it takes too much time to download->unzip->build->zip->upload.