Closed StefanoDeVuono closed 5 years ago
For adoptopenjdk installs the $variant is set to mac_hotspot.
adoptopenjdk
$variant
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.
unpack_java
This PR should fix that.
For
adoptopenjdk
installs the$variant
is set tomac_hotspot
.The
unpack_java
function uses the$variant
value to determine how to install and had a case statement with no way of handlingmac_hotspot
. Soadoptopenjdk
will automatically fail.This PR should fix that.