We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac457ab commit 74f746eCopy full SHA for 74f746e
src/main/java/fvarrui/maven/plugin/javapackager/PackageMojo.java
@@ -687,7 +687,6 @@ private String getRequiredModules(File libsFolder) throws MojoExecutionException
687
modulesList = Arrays.asList(modules.split(","))
688
.stream()
689
.map(module -> module.trim())
690
- .filter(module -> !module.startsWith("jdk."))
691
.collect(Collectors.toList());
692
693
@@ -707,7 +706,6 @@ private String getRequiredModules(File libsFolder) throws MojoExecutionException
707
706
708
709
.filter(module -> !module.startsWith("JDK removed internal"))
710
711
712
713
} else {
0 commit comments