This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
patches/server/0085-Paper-PR-Update-Velocity-natives.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: 404Setup <153366651+404Setup@users.noreply.github.com> | ||
Date: Wed, 4 Sep 2024 16:35:46 +0800 | ||
Subject: [PATCH] Paper PR Update Velocity natives | ||
|
||
Source in https://github.com/PaperMC/Paper/pull/11347 | ||
|
||
diff --git a/build.gradle.kts b/build.gradle.kts | ||
index 505076251981597e8830f9c978869a930cbbece0..0f00485e4e1ba714f4ddaae64b70a9c8d2e1a3f1 100644 | ||
--- a/build.gradle.kts | ||
+++ b/build.gradle.kts | ||
@@ -41,7 +41,7 @@ dependencies { | ||
runtimeOnly("com.mysql:mysql-connector-j:8.3.0") | ||
runtimeOnly("com.lmax:disruptor:3.4.4") // Paper | ||
// Paper start - Use Velocity cipher | ||
- implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") { | ||
+ implementation("com.velocitypowered:velocity-native:3.3.0-SNAPSHOT") { | ||
isTransitive = false | ||
} | ||
// Paper end - Use Velocity cipher |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.