mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-30 16:19:56 +08:00
Fixed ALPN not being available for Fabric
- Added mergeServiceFiles() to shadow configuration on fabric Affects issues: - Fixed #2517
This commit is contained in:
parent
258663c3d6
commit
2527c37d61
@ -100,6 +100,8 @@ shadowJar {
|
||||
relocate 'org.eclipse.jetty', 'plan.org.eclipse.jetty'
|
||||
relocate 'jakarta.servlet', 'plan.jakarta.servlet'
|
||||
relocate 'javax.servlet', 'plan.javax.servlet'
|
||||
|
||||
mergeServiceFiles()
|
||||
}
|
||||
|
||||
prepareRemapJar {
|
||||
|
Loading…
Reference in New Issue
Block a user