Use separate build caches

This commit is contained in:
s809
2024-02-15 19:22:29 +00:00
parent 0515ac2919
commit 40962ec9ba
+1 -1
View File
@@ -18,7 +18,7 @@ variables:
.build_java:
#image: eclipse-temurin:17
cache:
key: "gradleCache"
key: "gradleCache_$CI_JOB_NAME_SLUG"
policy: pull-push
paths:
- .gradle