Skip to content

Commit c4a6601

Browse files
authored
Respect git patches when rebuilding resource patch (#278)
1 parent ef179dd commit c4a6601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paperweight-core/src/main/kotlin/io/papermc/paperweight/core/taskcontainers/MinecraftPatchingTasks.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ class MinecraftPatchingTasks(
220220
base.set(baseResources)
221221
input.set(outputResources)
222222
patches.set(resourcePatchDir)
223+
gitFilePatches.set(this@MinecraftPatchingTasks.gitFilePatches)
223224
}
224225

225226
val rebuildFilePatches = tasks.register<Task>(rebuildFilePatchesName) {

0 commit comments

Comments
 (0)