Skip to content

Commit 2dace97

Browse files
committed
build: pin snapshot dependencies
1 parent 79804e2 commit 2dace97

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

okocraft-server/build.gradle.kts.patch

+26
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,32 @@
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 {
6692
@@ -212,14 +_,14 @@
6793
val gitBranch = git.exec(providers, "rev-parse", "--abbrev-ref", "HEAD").get().trim()
6894
attributes(

0 commit comments

Comments
 (0)