This might help... 👀

This commit is contained in:
William Blake Galbreath
2021-06-24 17:38:01 -05:00
parent 0650816cca
commit 99d5a083bd
2 changed files with 16 additions and 0 deletions

View File

@@ -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"))
}
}
}