{ "description": "AdoptOpenJDK 11 JRE with Oracle HotSpot JVM (Nightly builds)", "homepage": "https://adoptopenjdk.net", "version": "202110192154", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-19-21-54-beta/OpenJDK11U-jre_x64_windows_hotspot_2021-10-19-21-54.zip", "hash": "d42e7cf240473878a78beece54ef33c27e06ff5b7b6e25dc081db0cb14e5dd21" }, "32bit": { "url": "https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-19-21-54-beta/OpenJDK11U-jre_x86-32_windows_hotspot_2021-10-19-21-54.zip", "hash": "95d0de5331bb634f9f53473990b4545e2fecf8a7659406e0fb26454c35b5aee3" } }, "extract_to": "tmp", "installer": { "script": [ "(Get-ChildItem -Directory \"$dir\\tmp\").FullName | % { Move-Item \"$_\\*\" \"$dir\" }", "Remove-Item -Recurse \"$dir\\tmp\"" ] }, "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" } }