mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Fix netty version to 50 and restore epoll native support
Accidently used the snapshot, as well as needed to exclude the existing old 25 build of libnetty so that we load the newer build of epoll instead. Thanks to 56738 for the catch.
This commit is contained in:
parent
41d5f3cc86
commit
4657db9347
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ <dependency>
|
||||
+ <groupId>io.netty</groupId>
|
||||
+ <artifactId>netty-all</artifactId>
|
||||
+ <version>4.1.51.Final-SNAPSHOT</version>
|
||||
+ <version>4.1.50.Final</version>
|
||||
+ </dependency>
|
||||
<!-- deprecated API depend -->
|
||||
<dependency>
|
||||
|
@ -153,6 +153,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
<exclude>com/google/thirdparty/**</exclude>
|
||||
+ <!-- paper -->
|
||||
+ <exclude>io/netty/**</exclude>
|
||||
+ <exclude>META-INF/native/libnetty*</exclude>
|
||||
+ <exclude>com/brigadier/**</exclude>
|
||||
+ <exclude>META-INF/MANIFEST.MF</exclude>
|
||||
+ <exclude>com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository</exclude>
|
||||
|
|
Loading…
Reference in a new issue