diff options
author | Jason Penilla <[email protected]> | 2023-12-05 21:59:31 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2023-12-05 21:59:52 -0700 |
commit | 46be24597609e91293f3ff2935a85e3abb5d1ea8 (patch) | |
tree | 0a3eb6779adafa9c626ec809fbf2c4c39eb6b79c /build.gradle.kts | |
parent | cc78c7f5f54365f0b80b4cf150f17c70f3881218 (diff) | |
download | Paper-46be24597609e91293f3ff2935a85e3abb5d1ea8.tar.gz Paper-46be24597609e91293f3ff2935a85e3abb5d1ea8.zip |
add description to helper
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 1 |
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") |