Skip to content

Commit

Permalink
add description to helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 6, 2023
1 parent cc78c7f commit 46be245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 46be245

Please sign in to comment.