forked from GeyserMC/Geyser
Minimize the jar to reduce size
This commit is contained in:
parent
6c760e1f18
commit
c1662eccc4
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@
|
|||
<configuration>
|
||||
<finalName>${outputName}</finalName>
|
||||
<shadedArtifactAttached>true</shadedArtifactAttached>
|
||||
<minimizeJar>false</minimizeJar>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in a new issue