halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
468 stars 87 forks source link

add mac_hotspot case to statement in unpack_java function #10

Closed StefanoDeVuono closed 5 years ago

StefanoDeVuono commented 5 years ago

For adoptopenjdk installs the $variant is set to mac_hotspot.

The unpack_java function uses the $variant value to determine how to install and had a case statement with no way of handling mac_hotspot. So adoptopenjdk will automatically fail.

This PR should fix that.