Commit 3b174517 authored by Andy Wilkinson's avatar Andy Wilkinson

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

See gh-19931
parent 66d4319a
...@@ -5,7 +5,6 @@ inputs: ...@@ -5,7 +5,6 @@ inputs:
outputs: outputs:
- name: distribution-repository - name: distribution-repository
caches: caches:
- path: maven
- path: gradle - path: gradle
params: params:
CI: true CI: true
......
...@@ -5,7 +5,6 @@ inputs: ...@@ -5,7 +5,6 @@ inputs:
outputs: outputs:
- name: distribution-repository - name: distribution-repository
caches: caches:
- path: maven
- path: gradle - path: gradle
- path: embedmongo - path: embedmongo
params: params:
......
...@@ -12,7 +12,6 @@ params: ...@@ -12,7 +12,6 @@ params:
GRADLE_ENTERPRISE_CACHE_PASSWORD: GRADLE_ENTERPRISE_CACHE_PASSWORD:
GRADLE_ENTERPRISE_URL: https://ge.spring.io GRADLE_ENTERPRISE_URL: https://ge.spring.io
caches: caches:
- path: maven
- path: gradle - path: gradle
run: run:
path: git-repo/ci/scripts/stage.sh path: git-repo/ci/scripts/stage.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment