File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ default:
142142
143143 RUNTIME_AVAILABLE_PROCESSORS_OVERRIDE : 4 # Runtime.getRuntime().availableProcessors() returns incorrect or very high values in Kubernetes
144144 cache :
145- - key : ' $CACHE_TYPE' # Dependencies cache
145+ - key : dependency- $CACHE_TYPE # Dependencies cache
146146 paths :
147147 # Cached dependencies and wrappers for gradle
148148 - .gradle/wrapper
@@ -151,8 +151,8 @@ default:
151151 policy : $DEPENDENCY_CACHE_POLICY
152152 unprotect : true
153153 fallback_keys : # Use fallback keys because all cache types are not populated. See note under: populate_dep_cache
154- - ' base'
155- - ' lib'
154+ - ' dependency- base'
155+ - ' dependency- lib'
156156 - key : $CI_PIPELINE_ID-$CACHE_TYPE # Incremental build cache. Shared by all jobs in the pipeline of the same type
157157 paths :
158158 - .gradle/caches/$GRADLE_VERSION
You can’t perform that action at this time.
0 commit comments