Skip to content

Commit e576ae7

Browse files
committed
Rebuild patches
1 parent e93aa9d commit e576ae7

File tree

2 files changed

+1
-81
lines changed

2 files changed

+1
-81
lines changed

okocraft-server/build.gradle.kts.patch

+1-27
Original file line numberDiff line numberDiff line change
@@ -63,33 +63,7 @@
6363
implementation("ca.spottedleaf:concurrentutil:0.0.3")
6464
implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+
6565
implementation("org.jline:jline-terminal-jni:3.27.1") // fall back to jni on java 21
66-
@@ -161,13 +_,14 @@
67-
runtimeOnly(log4jPlugins.output)
68-
alsoShade(log4jPlugins.output)
69-
70-
- implementation("com.velocitypowered:velocity-native:3.4.0-SNAPSHOT") {
71-
+ implementation("com.velocitypowered:velocity-native:3.4.0-20250222.161222-36") {
72-
isTransitive = false
73-
}
74-
implementation("io.netty:netty-codec-haproxy:4.1.115.Final") // Add support for proxy protocol
75-
implementation("org.apache.logging.log4j:log4j-iostreams:2.24.1")
76-
implementation("org.ow2.asm:asm-commons:9.7.1")
77-
- implementation("org.spongepowered:configurate-yaml:4.2.0-SNAPSHOT")
78-
+ implementation("org.spongepowered:configurate-yaml:4.2.0-20250225.064233-199")
79-
+ implementation("org.spongepowered:configurate-core:4.2.0-20250225.064233-204") // Pinned dependency of above pinned yaml snapshot.
80-
implementation("commons-lang:commons-lang:2.6")
81-
runtimeOnly("org.xerial:sqlite-jdbc:3.47.0.0")
82-
runtimeOnly("com.mysql:mysql-connector-j:9.1.0")
83-
@@ -197,7 +_,7 @@
84-
85-
// Spark
86-
implementation("me.lucko:spark-api:0.1-20240720.200737-2")
87-
- implementation("me.lucko:spark-paper:1.10.119-SNAPSHOT")
88-
+ implementation("me.lucko:spark-paper:1.10.119-20241121.092015-1")
89-
}
90-
91-
tasks.jar {
92-
@@ -212,14 +_,14 @@
66+
@@ -213,14 +_,14 @@
9367
val gitBranch = git.exec(providers, "rev-parse", "--abbrev-ref", "HEAD").get().trim()
9468
attributes(
9569
"Main-Class" to "org.bukkit.craftbukkit.Main",

okocraft-server/build.gradle.kts.patch.rej

-54
This file was deleted.

0 commit comments

Comments
 (0)