Java/bucket/sapmachine14-jdk.json
Mathias Hermansson 4e4105b230
sapmachine*: Manifest maintenance (#324)
* sapmachine*: Add jdk suffix

* sapmachine*: Switch to release json

* sapmachine18*: Add at version 18-9-ea
2021-10-21 15:20:59 +02:00

18 lines
632 B
JSON

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