Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 04:20:04 +01:00
add description to helper
Dieser Commit ist enthalten in:
Ursprung
cc78c7f5f5
Commit
46be245976
@ -158,6 +158,7 @@ if (providers.gradleProperty("updatingMinecraft").getOrElse("false").toBoolean()
|
|||||||
filterPatches.set(false)
|
filterPatches.set(false)
|
||||||
}
|
}
|
||||||
tasks.register("continueServerUpdate", RebasePatches::class) {
|
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
|
projectDir = project.projectDir
|
||||||
appliedPatches = file("patches/server")
|
appliedPatches = file("patches/server")
|
||||||
unappliedPatches = file("patches/unapplied/server")
|
unappliedPatches = file("patches/unapplied/server")
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren