aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2023-12-05 21:59:31 -0700
committerJason Penilla <[email protected]>2023-12-05 21:59:52 -0700
commit46be24597609e91293f3ff2935a85e3abb5d1ea8 (patch)
tree0a3eb6779adafa9c626ec809fbf2c4c39eb6b79c /build.gradle.kts
parentcc78c7f5f54365f0b80b4cf150f17c70f3881218 (diff)
downloadPaper-46be24597609e91293f3ff2935a85e3abb5d1ea8.tar.gz
Paper-46be24597609e91293f3ff2935a85e3abb5d1ea8.zip
add description to helper
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 5449518dba..219f6d5193 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -158,6 +158,7 @@ if (providers.gradleProperty("updatingMinecraft").getOrElse("false").toBoolean()
filterPatches.set(false)
}
tasks.register("continueServerUpdate", RebasePatches::class) {
+ description = "Moves the next X patches from unapplied to applied, and applies them. X being the number of patches that apply cleanly, plus the terminal failure if any."
projectDir = project.projectDir
appliedPatches = file("patches/server")
unappliedPatches = file("patches/unapplied/server")