-
Notifications
You must be signed in to change notification settings - Fork 111
Microsoft JDK extract_dir issues #390
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Currently Microsoft JDK's extract_dir contains a build number not available at the download page at https://docs.microsoft.com/java/openjdk/download
Manual updates after each autoupdate is necessary with the current manifests. For a work around, maybe reuse the temurin nightly approach:
"extract_to": "tmp",
"installer": {
"script": [
"(Get-ChildItem -Directory \"$dir\\tmp\").FullName | % { Move-Item \"$_\\*\" \"$dir\" }",
"Remove-Item -Recurse \"$dir\\tmp\""
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working