mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-23 09:37:54 +01:00
Relocate slf4j on Fabric
Previously broke things because of missing mergeServiceFiles() call
This commit is contained in:
parent
703c1bdbba
commit
79c4c8d667
@ -101,6 +101,8 @@ shadowJar {
|
||||
relocate 'jakarta.servlet', 'plan.jakarta.servlet'
|
||||
relocate 'javax.servlet', 'plan.javax.servlet'
|
||||
|
||||
relocate 'org.slf4j', 'plan.org.slf4j'
|
||||
|
||||
mergeServiceFiles()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user