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 6840a0d commit db1d5dcCopy full SHA for db1d5dc
src/main/java/io/github/fvarrui/javapackager/maven/CreateWindowsExe.java
@@ -113,7 +113,7 @@ protected File doApply(Packager packager) {
113
plugin(
114
groupId("com.akathist.maven.plugins.launch4j"),
115
artifactId("launch4j-maven-plugin"),
116
- version("1.7.25")
+ version("2.1.1")
117
),
118
goal("launch4j"),
119
configuration(pluginConfig.toArray(new Element[pluginConfig.size()])),
0 commit comments