From 0cdeeef91fd3b5325b87059005e1885cfb2546d0 Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Wed, 6 Oct 2021 11:28:35 +0200 Subject: [PATCH] Remove unnecessary Velocity repo from server (#6730) --- ...Use-Velocity-compression-and-cipher-natives.patch | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/patches/server/0797-Use-Velocity-compression-and-cipher-natives.patch b/patches/server/0797-Use-Velocity-compression-and-cipher-natives.patch index f03462a6f5..7ff8d7e2b5 100644 --- a/patches/server/0797-Use-Velocity-compression-and-cipher-natives.patch +++ b/patches/server/0797-Use-Velocity-compression-and-cipher-natives.patch @@ -5,18 +5,10 @@ Subject: [PATCH] Use Velocity compression and cipher natives diff --git a/build.gradle.kts b/build.gradle.kts -index e9cdebd25bec965a52916ee09e358564d42777d0..d80cfcb94db51440b5d0aa589a9a3d8a4189a9aa 100644 +index e9cdebd25bec965a52916ee09e358564d42777d0..cb1a931417073908be5c7aa1af710477775b3dbd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts -@@ -25,6 +25,7 @@ repositories { - } - } - // Paper end -+ maven("https://repo.velocitypowered.com/snapshots/") // Paper - } - - dependencies { -@@ -62,6 +63,7 @@ dependencies { +@@ -62,6 +62,7 @@ dependencies { implementation("io.netty:netty-all:4.1.65.Final") // Paper implementation("org.quiltmc:tiny-mappings-parser:0.3.0") // Paper - needed to read mappings for stacktrace deobfuscation