add description to helper
This commit is contained in:
parent
cc78c7f5f5
commit
46be245976
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue