mirror of
https://github.com/actions/setup-java.git
synced 2026-07-28 15:42:59 +00:00
Merge branch 'main' into copilot/add-force-download-option
This commit is contained in:
Vendored
+4
@@ -131332,6 +131332,10 @@ class GraalVMDistribution extends JavaBase {
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
setJavaDefault(version, toolPath) {
|
||||
super.setJavaDefault(version, toolPath);
|
||||
exportVariable('GRAALVM_HOME', toolPath);
|
||||
}
|
||||
async findPackageForDownload(range) {
|
||||
this.validateVersionRange(range);
|
||||
const arch = this.getSupportedArchitecture();
|
||||
|
||||
Reference in New Issue
Block a user