Push forward

This commit is contained in:
2026-07-14 13:29:52 +08:00
parent 969cd5c5f8
commit dd3efffa76
246 changed files with 69 additions and 69 deletions
+6 -6
View File
@@ -14,26 +14,26 @@ paperweight {
patchFile {
path = "folia-server/build.gradle.kts"
outputFile = file("camellia-server/build.gradle.kts")
patchFile = file("camellia-server/build.gradle.kts.patch")
outputFile = file("shiroha-server/build.gradle.kts")
patchFile = file("shiroha-server/build.gradle.kts.patch")
}
patchFile {
path = "folia-api/build.gradle.kts"
outputFile = file("camellia-api/build.gradle.kts")
patchFile = file("camellia-api/build.gradle.kts.patch")
outputFile = file("shiroha-api/build.gradle.kts")
patchFile = file("shiroha-api/build.gradle.kts.patch")
}
patchRepo("paperApi") {
upstreamPath = "paper-api"
patchesDir = file("camellia-api/paper-patches")
patchesDir = file("shiroha-api/paper-patches")
outputDir = file("paper-api")
}
patchDir("foliaApi") {
upstreamPath = "folia-api"
excludes = listOf("build.gradle.kts", "build.gradle.kts.patch", "paper-patches")
patchesDir = file("camellia-api/folia-patches")
patchesDir = file("shiroha-api/folia-patches")
outputDir = file("folia-api")
}
}