mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
This might help... 👀
This commit is contained in:
@@ -71,4 +71,19 @@ paperweight {
|
||||
serverOutputDir.set(layout.projectDirectory.dir("Purpur-Server"))
|
||||
}
|
||||
}
|
||||
|
||||
useStandardUpstream("tuinity") {
|
||||
url.set(github("pl3xgaming", "Tuinity"))
|
||||
ref.set(providers.gradleProperty("tuinityCommit"))
|
||||
|
||||
withStandardPatcher {
|
||||
baseName("Tuinity")
|
||||
|
||||
apiPatchDir.set(layout.projectDirectory.dir("patches/api"))
|
||||
apiOutputDir.set(layout.projectDirectory.dir("Purpur-API"))
|
||||
|
||||
serverPatchDir.set(layout.projectDirectory.dir("patches/server"))
|
||||
serverOutputDir.set(layout.projectDirectory.dir("Purpur-Server"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user