[Android] CI: Remove old gradle versions from cache
Hugo Beauzée-Luyssen
git at videolan.org
Mon Dec 6 16:15:22 UTC 2021
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Nov 26 14:09:16 2021 +0100| [56af0a8dd424fc6cf0f1846f2b27d0ad9aa52e5a] | committer: Hugo Beauzée-Luyssen
CI: Remove old gradle versions from cache
> https://code.videolan.org/videolan/vlc-android/commit/56af0a8dd424fc6cf0f1846f2b27d0ad9aa52e5a
---
buildsystem/gitlab/.gitlab-ci.yml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 7155998a4..c0166d898 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -1,11 +1,6 @@
cache:
paths:
- .gradle/
- - gradle-5.4.1/
- - gradle-6.1.1/
- - gradle-6.5/
- - gradle-6.6/
- - gradle-6.7.1/
- gradle-7.0.2/
- gradle/
- gradlew
More information about the Android
mailing list