Push forward
This commit is contained in:
+6
-6
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user