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

See gh-19931
This commit is contained in:
Andy Wilkinson 2020-01-26 11:39:13 +00:00
parent 66d4319abd
commit 3b1745173b
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

@ -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