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