Skip to content

Commit 3b17451

Browse files
committed
Stop caching ~/.m2 across Gradle-based CI tasks
See gh-19931
1 parent 66d4319 commit 3b17451

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

ci/tasks/build-pr-project.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ inputs:
55
outputs:
66
- name: distribution-repository
77
caches:
8-
- path: maven
98
- path: gradle
109
params:
1110
CI: true

ci/tasks/build-project.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ inputs:
55
outputs:
66
- name: distribution-repository
77
caches:
8-
- path: maven
98
- path: gradle
109
- path: embedmongo
1110
params:

ci/tasks/stage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ params:
1212
GRADLE_ENTERPRISE_CACHE_PASSWORD:
1313
GRADLE_ENTERPRISE_URL: https://ge.spring.io
1414
caches:
15-
- path: maven
1615
- path: gradle
1716
run:
1817
path: git-repo/ci/scripts/stage.sh

0 commit comments

Comments
 (0)