mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 06:50:12 +01:00
add description to helper
This commit is contained in:
parent
8e871314ef
commit
e6b18a7ca9
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