Skip to content

Commit 70a42a3

Browse files
h143570Balazs Bessenyei
andauthored
Fix corretto25-jdk install issues (#580)
Co-authored-by: Balazs Bessenyei <balazs.bessenyei@jumio.com>
1 parent 15f248d commit 70a42a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bucket/corretto25-jdk.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"hash": "ee94067183891ae5ae1f4771ea715f1114333ebf64f61e3ad1b34a38eed65dfc"
1010
}
1111
},
12-
"extract_dir": "jdk25.0.2_$matchBuild",
12+
"extract_dir": "jdk25.0.2_10",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
@@ -29,6 +29,6 @@
2929
}
3030
}
3131
},
32-
"extract_dir": "jdk$matchHead_$matchBuild"
32+
"extract_dir": "jdk$matchHead_$buildVersion"
3333
}
3434
}

0 commit comments

Comments
 (0)