Stop caching ~/.m2 across Gradle-based CI tasks

See gh-19931
pull/19936/head
Andy Wilkinson 5 years ago
parent 66d4319abd
commit 3b1745173b

@ -5,7 +5,6 @@ inputs:
outputs:
- name: distribution-repository
caches:
- path: maven
- path: gradle
params:
CI: true

@ -5,7 +5,6 @@ inputs:
outputs:
- name: distribution-repository
caches:
- path: maven
- path: gradle
- path: embedmongo
params:

@ -12,7 +12,6 @@ params:
GRADLE_ENTERPRISE_CACHE_PASSWORD:
GRADLE_ENTERPRISE_URL: https://ge.spring.io
caches:
- path: maven
- path: gradle
run:
path: git-repo/ci/scripts/stage.sh

Loading…
Cancel
Save