mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 11:05:13 +01:00
Don't relocate joptsimple to allow --help to work.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f600caaf6a
commit
4081927fd4
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue