Skip to content

Commit

Permalink
Fix missing PlanarWrappers class
Browse files Browse the repository at this point in the history
The minimizeJar option has been fixed, no reason to not use it.
  • Loading branch information
Jikoo committed Feb 11, 2023
1 parent 864d10b commit 63456a5
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,20 +245,12 @@
<filters>
<filter>
<artifact>com.github.jikoo:planarwrappers</artifact>
<!--
~ Unfortunately, the minimizeJar option actually breaks build.
~ As a (hopefully temporary) workaround, explicitly declare classes used.
~ Ideally in the future this can be changed to an include of
~ com/github/jikoo/planarwrappers/** with minimizeJar set true.
~ Watch MSHADE-366 for a fix.
-->
<includes>
<include>com/github/jikoo/planarwrappers/util/Coords.class</include>
<include>com/github/jikoo/planarwrappers/tuple/Pair.class</include>
<include>com/github/jikoo/planarwrappers/function/ThrowingTriFunction.class</include>
</includes>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
</filters>
<minimizeJar>true</minimizeJar>
</configuration>
</plugin>

Expand Down

0 comments on commit 63456a5

Please sign in to comment.