This ssh library works really well, but now I am switching to Java 11. So I need to deploy it with jlink now, which expects modules. The following error I got when I tried deployment with jlink:
Error: automatic module cannot be used with jlink: jcabi.ssh
Any ideas?
Thanks in advance