PaperMC / paperweight

Gradle build system plugin for Paper and Paper forks
239 stars 47 forks source link

Don't log Git output for patch apply by default #228

Closed jpenilla closed 11 months ago

jpenilla commented 11 months ago

On Paper this can get pretty obnoxious with over 1000 server patches...

You can use paperweight.printBaseExecutionApplyPatchesOutput=true Gradle property to get the old behavior back.