We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374fb6e commit 814ad7cCopy full SHA for 814ad7c
packages/installer/java-runtime.ts
@@ -354,9 +354,10 @@ export function installJavaRuntimeWithJsonTask(options: InstallJavaRuntimeWithJs
354
const target = options.target
355
const downloadOptions = getDownloadBaseOptions(options)
356
const jsonPath = join(destination, 'manifest.json')
357
+ const manifestUrl = normalizeUrls(target.manifest.url, options.apiHost)
358
await this.yield(new DownloadTask({
359
destination: jsonPath,
- url: target.manifest.url,
360
+ url: manifestUrl,
361
validator: {
362
algorithm: 'sha1',
363
hash: target.manifest.sha1,
0 commit comments