mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 11:24:11 +01:00
Remove sisu annotation processor from jar
By: md_5 <git@md-5.net>
This commit is contained in:
parent
6afb9da7cb
commit
431ac4577d
1 changed files with 6 additions and 0 deletions
|
@ -204,6 +204,12 @@
|
||||||
<exclude>com/google/thirdparty/**</exclude>
|
<exclude>com/google/thirdparty/**</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</filter>
|
</filter>
|
||||||
|
<filter>
|
||||||
|
<artifact>org.eclipse.sisu:org.eclipse.sisu.inject</artifact>
|
||||||
|
<excludes>
|
||||||
|
<exclude>META-INF/services/javax.annotation.processing.Processor</exclude>
|
||||||
|
</excludes>
|
||||||
|
</filter>
|
||||||
</filters>
|
</filters>
|
||||||
<relocations>
|
<relocations>
|
||||||
<!-- Cannot be relocated as it breaks translation property keys -->
|
<!-- Cannot be relocated as it breaks translation property keys -->
|
||||||
|
|
Loading…
Reference in a new issue