paperweight icon indicating copy to clipboard operation
paperweight copied to clipboard

Git file patches don't work properly when rebuilding/applying

Open Toffikk opened this issue 7 months ago • 7 comments

I discovered this bug when playing around with file/git patch conversion Turns out that when you try to rebuild patches after changing the gitFilePatches to true property in the fork-server/build.gradle.kts when you try rebuilding to convert your patches it fails on the apply* tasks

Example output of the error:

Image

I assume this is a bug since when using -x pufferfish:server:applyMinecraft(type patch)Patches it rebuilds and converts them to regular git patches properly, however it doesn't occur when going from git patches -> file patches in my testing this was first brought up in the #build-tooling-help channel on the paper discord

Toffikk avatar May 27 '25 19:05 Toffikk