Skip to content

Commit

Permalink
Update launch4j version - supports openjdk without windows-registry k…
Browse files Browse the repository at this point in the history
…eys of JavaSoft [resolves #9]
  • Loading branch information
ggrandes committed Jan 17, 2024
1 parent 1060302 commit 3046d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jentunnel-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>1.7.25</version>
<version>2.5.0</version>
<executions>
<execution>
<id>l4j-clui</id>
Expand All @@ -115,7 +115,7 @@
<minVersion>1.8.0</minVersion>
<initialHeapSize>16</initialHeapSize>
<maxHeapSize>256</maxHeapSize>
<opts>-XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20</opts>
<opts>-XX:+IgnoreUnrecognizedVMOptions -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20</opts>
</jre>
<versionInfo>
<fileVersion>${project.version}.0</fileVersion>
Expand Down

0 comments on commit 3046d71

Please sign in to comment.