User dev plugin fails on prepareKotlinBuildScriptModel #64
Labels
good first issue
Good for newcomers
status: accepted
Issue is accepted and we want to address it
type: bug
Something isn't working
Currently the userdev plugin fails because the diff option --color=never is not recognized by the present diff cli tool.
In every patch in the directory
.gradle/caches/paperweight/setupCache/extractDevBundle.dir/patches/
the following is printed.diff: unrecognized option
--color=never' diff: Try
diff --help' for more information.I probably can fix that myself by installing a diff tool the support this color parameter but it could be a big issue for others.
Additionally it tries to apply package-info patches which aren't present here.
Command finished with 128 exit code: git -c commit.gpgsign=false -c core.safecrlf=false apply /Users/myUser/gitWorldBorderAPI/.gradle/caches/paperweight/setupCache/extractDevBundle.dir/patches/net/minecraft/package-info.java.patch Command finished with 128 exit code: git -c commit.gpgsign=false -c core.safecrlf=false apply /Users/myUser/git/WorldBorderAPI/.gradle/caches/paperweight/setupCache/extractDevBundle.dir/patches/net/minecraft/package-info.java.patch
The text was updated successfully, but these errors were encountered: