ci: share gradle cache across runner jobs
Some checks failed
Snapshot Docker Image Build / verify-and-package (push) Failing after 2m14s
Snapshot Docker Image Build / build-and-publish-snapshot (push) Has been skipped

This commit is contained in:
Schramm Dominik
2026-04-22 16:10:51 +02:00
parent bff2d78b9c
commit b1fa42961d
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
if: github.repository != 'templates/mono-app-with-db' if: github.repository != 'templates/mono-app-with-db'
runs-on: java-node-24 runs-on: java-node-24
env: env:
GRADLE_USER_HOME: /opt/hostedtoolcache/gradle/${{ github.repository }} GRADLE_USER_HOME: /opt/hostedtoolcache/gradle/shared-java-node-24
steps: steps:
- name: 1. Checkout repository - name: 1. Checkout repository

View File

@@ -10,7 +10,7 @@ jobs:
if: github.repository != 'templates/mono-app-with-db' if: github.repository != 'templates/mono-app-with-db'
runs-on: java-node-24 runs-on: java-node-24
env: env:
GRADLE_USER_HOME: /opt/hostedtoolcache/gradle/${{ github.repository }} GRADLE_USER_HOME: /opt/hostedtoolcache/gradle/shared-java-node-24
steps: steps:
- name: 1. Checkout repository - name: 1. Checkout repository