Skip to content

Commit

Permalink
Attempt to fix pendant on classic edition
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed May 15, 2024
1 parent b4888b4 commit 9028263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>12.0.3</jetty.version>
<jersey.version>3.1.6</jersey.version>
<jersey.version>3.1.5</jersey.version>
<gluegen.version>2.5.0</gluegen.version>
<jogl.version>2.5.0</jogl.version>
<miglayout.version>3.7.4</miglayout.version>
Expand Down
1 change: 1 addition & 0 deletions ugs-classic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>com.willwinder.universalgcodesender.MainWindow</Main-Class>
<Multi-Release>true</Multi-Release>
</manifestEntries>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
Expand Down

0 comments on commit 9028263

Please sign in to comment.