Use version specific caches

This commit is contained in:
s809
2024-10-15 00:33:15 +05:00
parent 064d8b3506
commit d8024ab488
2 changed files with 2 additions and 2 deletions
+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