With Java 11, the latest LTS version, jlink and jdeps are used to build java applications to standalone executables.
To take advantages of jlink, the dependencies provided in the --module-path argument must be built with Java Platform Module System.
Could you please migrate this project to JPMS?
https://dzone.com/articles/java-platform-module-systemjpms-migration-guide-fo
Thank you.
With Java 11, the latest LTS version,
jlinkandjdepsare used to build java applications to standalone executables.To take advantages of
jlink, the dependencies provided in the--module-pathargument must be built with Java Platform Module System.Could you please migrate this project to JPMS?
https://dzone.com/articles/java-platform-module-systemjpms-migration-guide-fo
Thank you.