prep for 1.21.11 update

This commit is contained in:
granny
2025-11-25 21:20:16 -08:00
parent 04847ae550
commit ad24fcb0e3
315 changed files with 3026 additions and 831 deletions

View File

@@ -8,7 +8,7 @@
plugins {
`java-library`
@@ -23,6 +_,18 @@
@@ -22,6 +_,18 @@
minecraftVersion = providers.gradleProperty("mcVersion")
gitFilePatches = false
@@ -25,7 +25,7 @@
+ // Purpur end - Rebrand
+
spigot {
enabled = true
enabled = false
buildDataRef = "42d18d4c4653ffc549778dbe223f6994a031d69e"
@@ -104,7 +_,21 @@
}
@@ -70,7 +70,7 @@
// Deps that were previously in the API but have now been moved here for backwards compat, eventually to be removed
runtimeOnly("commons-lang:commons-lang:2.6")
runtimeOnly("org.xerial:sqlite-jdbc:3.49.1.0")
@@ -197,14 +_,14 @@
@@ -198,14 +_,14 @@
val gitBranch = git.exec(providers, "rev-parse", "--abbrev-ref", "HEAD").get().trim()
attributes(
"Main-Class" to "org.bukkit.craftbukkit.Main",
@@ -90,7 +90,7 @@
"Build-Number" to (build ?: ""),
"Build-Time" to buildTime.toString(),
"Git-Branch" to gitBranch,
@@ -263,7 +_,7 @@
@@ -264,7 +_,7 @@
jvmArgumentProviders.add(provider)
}
@@ -99,7 +99,7 @@
idea {
module {
generatedSourceDirs.add(generatedDir.toFile())
@@ -355,7 +_,7 @@
@@ -356,7 +_,7 @@
mainClass.set(null as String?)
}
@@ -108,7 +108,7 @@
project("paper")
versionFamily(paperweight.minecraftVersion.map { it.split(".", "-").takeWhile { part -> part.toIntOrNull() != null }.take(2).joinToString(".") })
version(paperweight.minecraftVersion)
@@ -370,4 +_,44 @@
@@ -371,4 +_,44 @@
}
}
}