mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-07-30 15:22:35 +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
685 B
JSON
18 lines
685 B
JSON
{
|
|
"description": "AdoptOpenJDK 13 JRE with Eclipse OpenJ9 JVM with large heap",
|
|
"homepage": "https://adoptopenjdk.net",
|
|
"version": "13.0.2-8-0.18.0",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk-13.0.2%2B8_openj9-0.18.0/OpenJDK13U-jre_x64_windows_openj9_windowsXL_13.0.2_8_openj9-0.18.0.zip",
|
|
"hash": "f6536b9631784339c684a65d32f7f0db748e416c7d3f98f89b48758ee5e631c2"
|
|
}
|
|
},
|
|
"extract_dir": "jdk-13.0.2+8-jre",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
}
|
|
}
|