Skip to content

Commit 0cdeeef

Browse files
authored
Remove unnecessary Velocity repo from server (#6730)
1 parent e4d8c47 commit 0cdeeef

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

patches/server/0797-Use-Velocity-compression-and-cipher-natives.patch

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,10 @@ Subject: [PATCH] Use Velocity compression and cipher natives
55

66

77
diff --git a/build.gradle.kts b/build.gradle.kts
8-
index e9cdebd25bec965a52916ee09e358564d42777d0..d80cfcb94db51440b5d0aa589a9a3d8a4189a9aa 100644
8+
index e9cdebd25bec965a52916ee09e358564d42777d0..cb1a931417073908be5c7aa1af710477775b3dbd 100644
99
--- a/build.gradle.kts
1010
+++ b/build.gradle.kts
11-
@@ -25,6 +25,7 @@ repositories {
12-
}
13-
}
14-
// Paper end
15-
+ maven("https://repo.velocitypowered.com/snapshots/") // Paper
16-
}
17-
18-
dependencies {
19-
@@ -62,6 +63,7 @@ dependencies {
11+
@@ -62,6 +62,7 @@ dependencies {
2012
implementation("io.netty:netty-all:4.1.65.Final") // Paper
2113

2214
implementation("org.quiltmc:tiny-mappings-parser:0.3.0") // Paper - needed to read mappings for stacktrace deobfuscation

0 commit comments

Comments
 (0)