Java/deprecated/adoptopenjdk11-hotspot-nightly.json
Mathias Hermansson 84c6dc9359
AdoptOpenJDK: Deprecate manifests (#329)
* adopt*: Regex updates

* adopt14-hotspot-jre: Remove checkver

* adopt*: Remove old nightly manifests

* adopt16*: Tidy up manifest

* adoptopenjdk*: Manifest maintenance

* adopt17*: Tidy manifest

* Add adoptopenjdk17-hotspot

* adopt*: Rename adopt[\d]+* to adoptopenjdk[\d]+*

* adoptopenjdk17-hotspot-nightly: Remove manifest

* adoptopenjdk*: Deprecate manifests

* adoptopenjdk*: Remove autoupdate / checkver
2021-10-21 18:06:39 +02:00

28 lines
1.1 KiB
JSON

{
"description": "AdoptOpenJDK 11 with Oracle HotSpot JVM (Nightly builds)",
"homepage": "https://adoptopenjdk.net",
"version": "202110192154",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-19-21-54-beta/OpenJDK11U-jdk_x64_windows_hotspot_2021-10-19-21-54.zip",
"hash": "c072ad2955515aa9a03d9bab07e4700c2f056fd9c747d4a65427ed3e283ab5ee"
},
"32bit": {
"url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-19-21-54-beta/OpenJDK11U-jdk_x86-32_windows_hotspot_2021-10-19-21-54.zip",
"hash": "47fb18cd60ee8162a0ff8bf077be2d24e07ea8d855b0e36d4ee04419248a61f4"
}
},
"extract_to": "tmp",
"installer": {
"script": [
"(Get-ChildItem -Directory \"$dir\\tmp\").FullName | % { Move-Item \"$_\\*\" \"$dir\" }",
"Remove-Item -Recurse \"$dir\\tmp\""
]
},
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
}
}