Java/bucket/sapmachine16-jdk.json
2021-12-08 11:05:48 +01:00

18 lines
632 B
JSON

{
"description": "SapMachine 16: An OpenJDK release maintained and supported by SAP",
"homepage": "https://sap.github.io/SapMachine/",
"version": "16.0.2",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/SAP/SapMachine/releases/download//sapmachine-16.0.2/sapmachine-jdk-16.0.2_windows-x64_bin.zip",
"hash": "d8e07df2d3f6bdc8366120d2a4ca962530702b36d854b88203cba4e984c157ad"
}
},
"extract_dir": "sapmachine-jdk-16.0.2",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
}
}