mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
comment out updatingMinecraft function again... I don't think this function helps forks
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
--- a/paper-server/build.gradle.kts
|
||||
+++ b/paper-server/build.gradle.kts
|
||||
@@ -18,12 +_,22 @@
|
||||
@@ -18,11 +_,21 @@
|
||||
|
||||
paperweight {
|
||||
minecraftVersion = providers.gradleProperty("mcVersion")
|
||||
- gitFilePatches = false
|
||||
-
|
||||
- updatingMinecraft {
|
||||
- oldPaperCommit = "f4f275519f7c1fbe9db173b7144a4fe81440e365"
|
||||
+ //gitFilePatches = true
|
||||
|
||||
updatingMinecraft {
|
||||
oldPaperCommit = "f4f275519f7c1fbe9db173b7144a4fe81440e365"
|
||||
}
|
||||
|
||||
+
|
||||
+ //updatingMinecraft {
|
||||
+ // oldPaperCommit = "f4f275519f7c1fbe9db173b7144a4fe81440e365"
|
||||
+ //}
|
||||
+
|
||||
+ val purpur = forks.register("purpur") {
|
||||
+ upstream.patchDir("paperServer") {
|
||||
+ upstreamPath = "paper-server"
|
||||
@@ -18,12 +21,11 @@
|
||||
+ patchesDir = rootDirectory.dir("purpur-server/paper-patches")
|
||||
+ outputDir = rootDirectory.dir("paper-server")
|
||||
+ }
|
||||
+ }
|
||||
}
|
||||
+ activeFork = purpur
|
||||
+
|
||||
|
||||
spigot {
|
||||
buildDataRef = "3edaf46ec1eed4115ce1b18d2846cded42577e42"
|
||||
packageVersion = "v1_21_R3" // also needs to be updated in MappingEnvironment
|
||||
@@ -104,7 +_,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user