Browse Source

Add new gradle version to docker cache

merge-requests/509/head
Geoffrey Métais 7 years ago
parent
commit
ae0e9b7771
  1. 1
      buildsystem/gitlab/.gitlab-ci.yml

1
buildsystem/gitlab/.gitlab-ci.yml

@ -2,6 +2,7 @@ cache:
paths:
- .gradle/
- gradle-5.4.1/
- gradle-5.6.4/
- gradle/
- gradlew

Loading…
Cancel
Save