Skip to content
Snippets Groups Projects
Commit cedb0a3c authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #686 - do not pre-built windows executable anymore

parent 83aaad50
No related branches found
No related tags found
No related merge requests found
...@@ -291,38 +291,6 @@ ...@@ -291,38 +291,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>l4j-clui</id>
<phase>package</phase>
<goals>
<goal>launch4j</goal>
</goals>
<configuration>
<headerType>gui</headerType>
<jar>${project.outputDirectory}/${project.artifactName}.jar</jar>
<outfile>${project.exe}</outfile>
<downloadUrl>https://adoptopenjdk.net/</downloadUrl>
<classPath>
<mainClass>${project.groupId}${project.artifactId}.Main</mainClass>
</classPath>
<jre>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>11</minVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64</runtimeBits>
</jre>
<icon>build/icon.ico</icon>
</configuration>
</execution>
</executions>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment