From f49a53063adb7069ec56c798af6e338e4c54f44a Mon Sep 17 00:00:00 2001 From: Balazs Bessenyei Date: Fri, 6 Feb 2026 23:32:48 +0100 Subject: [PATCH] Fix corretto25-jdk install issues --- bucket/corretto25-jdk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/corretto25-jdk.json b/bucket/corretto25-jdk.json index 933733f6286..79e97b4a074 100644 --- a/bucket/corretto25-jdk.json +++ b/bucket/corretto25-jdk.json @@ -9,7 +9,7 @@ "hash": "ee94067183891ae5ae1f4771ea715f1114333ebf64f61e3ad1b34a38eed65dfc" } }, - "extract_dir": "jdk25.0.2_$matchBuild", + "extract_dir": "jdk25.0.2_10", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" @@ -29,6 +29,6 @@ } } }, - "extract_dir": "jdk$matchHead_$matchBuild" + "extract_dir": "jdk$matchHead_$buildVersion" } }