Java/bucket/openjdk14.json
2020-11-01 17:54:55 +01:00

18 lines
613 B
JSON

{
"description": "Official production-ready open-source builds of OpenJDK 14",
"homepage": "https://jdk.java.net/14",
"version": "14.0.2-12",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://download.java.net/java/GA/jdk14.0.2/205943a0976c4ed48cb16f1043c5c647/12/GPL/openjdk-14.0.2_windows-x64_bin.zip",
"hash": "20600c0bda9d1db9d20dbe1ab656a5f9175ffb990ef3df6af5d994673e4d8ff9"
}
},
"extract_dir": "jdk-14.0.2",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
}
}