mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
1.21.7/8 (#587)
--------- Co-authored-by: MC-XiaoHei <xor7xiaohei@gmail.com> Co-authored-by: violetc <58360096+s-yh-china@users.noreply.github.com> Co-authored-by: Fortern <blueten.ki@gmail.com> Co-authored-by: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,6 @@ subprojects {
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven("https://repo.papermc.io/repository/maven-public/")
|
||||
maven("https://repo.leavesmc.org/releases") {
|
||||
@@ -251,6 +250,7 @@ tasks.register("applyNextPatch") {
|
||||
|
||||
if (failedIndex >= 0) {
|
||||
val directory = project.projectDir.resolve(patchDir[failedIndex])
|
||||
executeCommand(listOf("git", "add", "."), directory)
|
||||
|
||||
val gitCommand = if (hasGitChanges(directory)) {
|
||||
listOf("git", "am", "--continue")
|
||||
|
||||
Reference in New Issue
Block a user