diff options
author | Jason Penilla <[email protected]> | 2022-04-13 20:34:45 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2022-04-13 20:41:37 -0700 |
commit | 6625db387ea9fe5296a6c6f984975b387c3089f0 (patch) | |
tree | a467110a8e961abdf8d6b84f926c964cd38d21c3 /patches/server/0796-Use-Velocity-compression-and-cipher-natives.patch | |
parent | 0954966638822410a9ce32c6ea8ae4110d10a8ba (diff) | |
download | Paper-6625db387ea9fe5296a6c6f984975b387c3089f0.tar.gz Paper-6625db387ea9fe5296a6c6f984975b387c3089f0.zip |
Replace third party repos with Paper repover/1.17.1
Diffstat (limited to 'patches/server/0796-Use-Velocity-compression-and-cipher-natives.patch')
-rw-r--r-- | patches/server/0796-Use-Velocity-compression-and-cipher-natives.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0796-Use-Velocity-compression-and-cipher-natives.patch b/patches/server/0796-Use-Velocity-compression-and-cipher-natives.patch index 97d0122007..3829fb0f61 100644 --- a/patches/server/0796-Use-Velocity-compression-and-cipher-natives.patch +++ b/patches/server/0796-Use-Velocity-compression-and-cipher-natives.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Use Velocity compression and cipher natives diff --git a/build.gradle.kts b/build.gradle.kts -index e789d52955cf9f353cf52af3a5a69bb7b54085bd..e067c69fea1dec79ef8e97cad1c74020b6a3a235 100644 +index 35266258f7eddba51a6e2b334046954213d88237..86e61491936d1b6821bd3776cd95fecf05a9b1b9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts -@@ -55,6 +55,7 @@ dependencies { +@@ -46,6 +46,7 @@ dependencies { implementation("io.netty:netty-all:4.1.65.Final") // Paper implementation("net.fabricmc:mapping-io:0.3.0") // Paper - needed to read mappings for stacktrace deobfuscation |