diff options
author | Nassim Jahnke <[email protected]> | 2023-01-14 19:53:32 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2023-01-14 19:53:32 +0100 |
commit | ec9dba85db11f02511d74ccead86eaab4f7ae9a4 (patch) | |
tree | b2b078fb840092206cef31202c687fbd2a81a028 /patches/server/0003-Build-system-changes.patch | |
parent | 5aee09dd287dbbe796809c86fe1e36d59804c906 (diff) | |
download | Paper-ec9dba85db11f02511d74ccead86eaab4f7ae9a4.tar.gz Paper-ec9dba85db11f02511d74ccead86eaab4f7ae9a4.zip |
Update netty to 4.1.87
Diffstat (limited to 'patches/server/0003-Build-system-changes.patch')
-rw-r--r-- | patches/server/0003-Build-system-changes.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0003-Build-system-changes.patch b/patches/server/0003-Build-system-changes.patch index 44108b429a..7fa3b673d4 100644 --- a/patches/server/0003-Build-system-changes.patch +++ b/patches/server/0003-Build-system-changes.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Build system changes diff --git a/build.gradle.kts b/build.gradle.kts -index 40d1dcd4a0870cf002ee6d0309ce667f49a89d35..a2d2c817cdc1798cd30b3a852b3a495bcbe1b91b 100644 +index 40d1dcd4a0870cf002ee6d0309ce667f49a89d35..064a0c5b2a4b379ceec84652ff1e004d57419115 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,10 +9,9 @@ plugins { @@ -26,7 +26,7 @@ index 40d1dcd4a0870cf002ee6d0309ce667f49a89d35..a2d2c817cdc1798cd30b3a852b3a495b testImplementation("junit:junit:4.13.2") testImplementation("org.hamcrest:hamcrest-library:1.3") + -+ implementation("io.netty:netty-all:4.1.77.Final"); // Paper - Bump netty ++ implementation("io.netty:netty-all:4.1.87.Final"); // Paper - Bump netty } val craftbukkitPackageVersion = "1_19_R2" // Paper |