This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 576e658 apprunner: Use different cache keys for different Java
versions (#55)
576e658 is described below
commit 576e65859ca7ce2b4093d884c7a494bc21844087
Author: Robert Stupp <[email protected]>
AuthorDate: Fri Nov 21 11:13:09 2025 +0100
apprunner: Use different cache keys for different Java versions (#55)
---
.github/workflows/apprunner-ci.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/apprunner-ci.yml
b/.github/workflows/apprunner-ci.yml
index 2477b77..225567d 100644
--- a/.github/workflows/apprunner-ci.yml
+++ b/.github/workflows/apprunner-ci.yml
@@ -50,6 +50,8 @@ jobs:
java-version: [21, 23]
steps:
- uses: actions/checkout@v4
+ - name: Gradle setup action cache key config
+ run: echo "GRADLE_BUILD_ACTION_CACHE_KEY_JOB_INSTANCE=Java${{
matrix.java-version }}" >> $GITHUB_ENV
- name: Set up JDK 21
uses: actions/setup-java@v4
with: