mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-03 09:39:21 +08:00
18 lines
613 B
JSON
18 lines
613 B
JSON
{
|
|
"description": "Official production-ready open-source builds of OpenJDK 12",
|
|
"homepage": "https://jdk.java.net/12",
|
|
"version": "12.0.2-10",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.java.net/java/GA/jdk12.0.2/e482c34c86bd4bf8b56c0b35558996b9/10/GPL/openjdk-12.0.2_windows-x64_bin.zip",
|
|
"hash": "a30bed3d6d62f6ae1052aaf3c6956aaee8e3deb2f50f155575112f3f29411fba"
|
|
}
|
|
},
|
|
"extract_dir": "jdk-12.0.2",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
}
|
|
}
|