ci: share gradle cache across runner jobs

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

View File

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