Skip to content

Commit

Permalink
Merge pull request #3 from bekoenig/chore/launcher-build
Browse files Browse the repository at this point in the history
Chore/launcher build
  • Loading branch information
bekoenig authored Feb 20, 2024
2 parents ea7249b + 37ab93f commit 1a810f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@
<dependency>
<groupId>io.github.bekoenig.getdown</groupId>
<artifactId>getdown-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jregistrykey</groupId>
<artifactId>jregistrykey</artifactId>
<version>1.0</version>
<optional>true</optional>
</dependency>

<!-- logging -->
Expand Down Expand Up @@ -100,6 +98,8 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<!-- workaround: launcher was only be published as fatjar without classifier -->
<appendAssemblyId>false</appendAssemblyId>
<archive>
<manifest>
<mainClass>io.github.bekoenig.getdown.launcher.GetdownApp</mainClass>
Expand Down

0 comments on commit 1a810f3

Please sign in to comment.