13
0
geforkt von Mirrors/Paper

Don't relocate joptsimple to allow --help to work.

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2019-03-17 12:54:21 +11:00
Ursprung f600caaf6a
Commit 4081927fd4

Datei anzeigen

@ -163,10 +163,13 @@
<configuration>
<createSourcesJar>${shadeSourcesJar}</createSourcesJar>
<relocations>
<!-- Cannot be relocated as it breaks translation property keys -->
<!--
<relocation>
<pattern>joptsimple</pattern>
<shadedPattern>org.bukkit.craftbukkit.libs.joptsimple</shadedPattern>
</relocation>
-->
<relocation>
<pattern>jline</pattern>
<shadedPattern>org.bukkit.craftbukkit.libs.jline</shadedPattern>