Created
February 12, 2019 02:07
-
-
Save spullara/f62dfc1a6ec5348418acb764362a9927 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JAVE_HOME=~/Downloads/jdk-11.0.2-linux/ jlink --add-modules java.desktop,java.sql,java.naming,java.management,java.instrument,java.security.jgss --verbose --strip-debug --compress 2 --no-header-files --no-man-pages --output ./target/jlink-image-linux --module-path ~/Downloads/jdk-11.0.2-linux/jmods |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the latest Dropwizard you will also have to add these to your pom.xml: