jitpack.io icon indicating copy to clipboard operation
jitpack.io copied to clipboard

Update DiffUtils

Open HSGamer opened this issue 1 year ago • 0 comments

https://jitpack.io/com/github/HSGamer/FoliaDevBundleBuild/d186e6122d/build.log

I'm trying to build a Gradle project but I get this error

> io.papermc.paperweight.PaperweightException: Error (exit code 2) executing 'diff --color=never -ud --label a/com/mojang/math/package-info.java /tmp/diff16545564363718877329/old.java --label b/com/mojang/math/package-info.java /tmp/diff16545564363718877329/new.java':
  diff: unrecognized option '--color=never'
  diff: Try 'diff --help' for more information.

Turn out you guys use an old version of diffutils (3.3) so the option doesn't exist Can you guys update the package or provide us with a way to update the packages ourselves?

HSGamer avatar Aug 11 '24 08:08 HSGamer