Hi, Is there a good tutorial on how to build the native executable for windows?
tried gradlew createDistributable, gradlew packageExe and get errors in the jlink:
Error: --module-path is not specified and this runtime image does not contain jmods directory.
Usage: jlink <options> --module-path <modulepath> --add-modules <module>[,<module>...]
Use --help for a list of possible options
FIXED using jdk instead of jbr.