add description to helper

This commit is contained in:
Jason Penilla 2023-12-05 21:59:31 -07:00
parent cc78c7f5f5
commit 46be245976
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8
1 changed files with 1 additions and 0 deletions

View File

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