Stop caching ~/.m2 across Gradle-based CI tasks
See gh-19931
This commit is contained in:
parent
66d4319abd
commit
3b1745173b
|
@ -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:
|
||||||
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:
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue