Skip to content

Commit 3893bba

Browse files
committed
this is important...
1 parent 4a5974c commit 3893bba

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

purpur-server/build.gradle.kts.patch

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
--- a/paper-server/build.gradle.kts
22
+++ b/paper-server/build.gradle.kts
3-
@@ -4,6 +_,7 @@
3+
@@ -5,6 +_,7 @@
44
import paper.libs.com.google.gson.annotations.SerializedName
55
import java.time.Instant
66
import kotlin.io.path.readText
77
+import kotlin.io.path.writeText
88

99
plugins {
1010
`java-library`
11-
@@ -24,6 +_,18 @@
11+
@@ -26,6 +_,18 @@
1212
minecraftVersion = providers.gradleProperty("mcVersion")
1313
gitFilePatches = false
1414

@@ -27,7 +27,7 @@
2727
spigot {
2828
enabled = true
2929
buildDataRef = "281ac0de7a76d808753ede97d11b034bc801b63d"
30-
@@ -105,7 +_,21 @@
30+
@@ -107,7 +_,21 @@
3131
}
3232
}
3333

@@ -50,7 +50,7 @@
5050
configurations.named(log4jPlugins.compileClasspathConfigurationName) {
5151
extendsFrom(configurations.compileClasspath.get())
5252
}
53-
@@ -127,7 +_,7 @@
53+
@@ -129,7 +_,7 @@
5454
}
5555

5656
dependencies {
@@ -59,7 +59,7 @@
5959
implementation("ca.spottedleaf:concurrentutil:0.0.3")
6060
implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+
6161
implementation("org.jline:jline-terminal-jni:3.27.1") // fall back to jni on java 21
62-
@@ -155,6 +_,10 @@
62+
@@ -157,6 +_,10 @@
6363
implementation("org.spongepowered:configurate-yaml:4.2.0-20250225.064233-199")
6464
implementation("org.spongepowered:configurate-core:4.2.0-20250225.064233-204") // Pinned dependency of above pinned yaml snapshot.
6565

@@ -70,7 +70,7 @@
7070
// Deps that were previously in the API but have now been moved here for backwards compat, eventually to be removed
7171
runtimeOnly("commons-lang:commons-lang:2.6")
7272
runtimeOnly("org.xerial:sqlite-jdbc:3.49.1.0")
73-
@@ -203,14 +_,14 @@
73+
@@ -205,14 +_,14 @@
7474
val gitBranch = git.exec(providers, "rev-parse", "--abbrev-ref", "HEAD").get().trim()
7575
attributes(
7676
"Main-Class" to "org.bukkit.craftbukkit.Main",
@@ -90,7 +90,7 @@
9090
"Build-Number" to (build ?: ""),
9191
"Build-Time" to buildTime.toString(),
9292
"Git-Branch" to gitBranch,
93-
@@ -269,7 +_,7 @@
93+
@@ -271,7 +_,7 @@
9494
jvmArgumentProviders.add(provider)
9595
}
9696

@@ -99,7 +99,7 @@
9999
idea {
100100
module {
101101
generatedSourceDirs.add(generatedDir.toFile())
102-
@@ -372,3 +_,43 @@
102+
@@ -374,6 +_,46 @@
103103
classpath(tasks.createReobfPaperclipJar.flatMap { it.outputZip })
104104
mainClass.set(null as String?)
105105
}
@@ -143,3 +143,6 @@
143143
+//
144144
+// return files.size
145145
+// }
146+
147+
fill {
148+
project("paper")

0 commit comments

Comments
 (0)