3.0.2
- Added support to use a path to the
libjli.dylib
as-vm
argument. In macOS the only way to use a JDK downloaded with SDKMAN (or any other JDK that does not have the macOS directory layout) is specifying the path to the libjli.dylib file, like-vm /<PATH_TO_YOUR_JDK>/jre/lib/jli/libjli.dylib
. Thanks @mdaloia!