Skip to content

Commit 910562b

Browse files
committed
Update to 1.21.8
No serverside changes, so this is pretty much just a Paper upstream.
1 parent 40402e4 commit 910562b

File tree

3 files changed

+339
-338
lines changed

3 files changed

+339
-338
lines changed

folia-server/build.gradle.kts.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
implementation("ca.spottedleaf:concurrentutil:0.0.3")
5050
implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+
5151
implementation("org.jline:jline-terminal-jni:3.27.1") // fall back to jni on java 21
52-
@@ -205,14 +_,14 @@
52+
@@ -201,14 +_,14 @@
5353
val gitBranch = git.exec(providers, "rev-parse", "--abbrev-ref", "HEAD").get().trim()
5454
attributes(
5555
"Main-Class" to "org.bukkit.craftbukkit.Main",
@@ -68,7 +68,7 @@
6868
"Build-Number" to (build ?: ""),
6969
"Build-Time" to buildTime.toString(),
7070
"Git-Branch" to gitBranch,
71-
@@ -376,7 +_,7 @@
71+
@@ -372,7 +_,7 @@
7272
}
7373

7474
fill {

0 commit comments

Comments
 (0)