Fixed ALPN not being available for Fabric

- Added mergeServiceFiles() to shadow configuration on fabric

Affects issues:
- Fixed #2517
This commit is contained in:
Aurora Lahtela 2022-08-17 13:23:32 +03:00
parent 258663c3d6
commit 2527c37d61
1 changed files with 2 additions and 0 deletions

View File

@ -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 {