9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00
---------

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:
Lumine1909
2025-07-21 06:08:20 -07:00
committed by violetc
parent b5793e809b
commit c5ecbe85d2
318 changed files with 6998 additions and 2715 deletions

View File

@@ -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")