Skip to content

Commit

Permalink
Fix Jar build issues
Browse files Browse the repository at this point in the history
Update to version 14.0.0-beta
  • Loading branch information
Valkryst committed Jan 27, 2024
1 parent 848a682 commit ac438c1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@

<groupId>com.github.Valkryst</groupId>
<artifactId>Schillsaver</artifactId>
<version>13.0.0</version>
<version>14.0.0-beta</version>
<packaging>jar</packaging>
<name>Schillsaver</name>

<properties>
<mainClass>Schillsaver.Main</mainClass>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.release>21</maven.compiler.release>
Expand Down Expand Up @@ -127,17 +128,12 @@
<configuration>
<archive>
<manifest>
<mainClass>main.java.Schillsaver.Main</mainClass>
<mainClass>${mainClass}</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<!--
The finalName is required to prevent the "Cannot include
project artifact [...] it doesn't have an associated file
or directory." error.
-->
<finalName>Schillsaver</finalName>
</configuration>
<executions>
Expand Down

0 comments on commit ac438c1

Please sign in to comment.