mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 02:35:49 +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>
|
||||
</excludes>
|
||||
</filter>
|
||||
<filter>
|
||||
<artifact>org.eclipse.sisu:org.eclipse.sisu.inject</artifact>
|
||||
<excludes>
|
||||
<exclude>META-INF/services/javax.annotation.processing.Processor</exclude>
|
||||
</excludes>
|
||||
</filter>
|
||||
</filters>
|
||||
<relocations>
|
||||
<!-- Cannot be relocated as it breaks translation property keys -->
|
||||
|
|
Loading…
Reference in a new issue