From 46be24597609e91293f3ff2935a85e3abb5d1ea8 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:59:31 -0700 Subject: [PATCH] add description to helper --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) 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")