mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-01 07:17:46 +08:00
* 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
18 lines
660 B
JSON
18 lines
660 B
JSON
{
|
|
"description": "AdoptOpenJDK 11 JRE with Eclipse OpenJ9 JVM",
|
|
"homepage": "https://adoptopenjdk.net",
|
|
"version": "11.0.12-7-0.27.0",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/AdoptOpenJDK/semeru11-binaries/releases/download/jdk-11.0.12%2B7_openj9-0.27.0/ibm-semeru-open-jre_x64_windows_11.0.12_7_openj9-0.27.0.zip",
|
|
"hash": "01b475ea245c1b39ef0695578299d0605992669f7a4ba3b1bf7d3bc3d5d2e054"
|
|
}
|
|
},
|
|
"extract_dir": "jdk-11.0.12+7-jre",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
}
|
|
}
|