nebula-plugins / nebula-release-plugin

Release opinions based around gradle-git
Apache License 2.0
220 stars 56 forks source link

JGit Update #238

Open shysteph opened 1 year ago

shysteph commented 1 year ago

When git is configured for version 4 indexes and index.skipHash is true jgit blows up on a DIRC checksum mismatched. JGit prior to 6.6 doesn't support it. This is fixed in JGit 6.6. It may be a mac specific issue as the actual ticket that fixes it is unclear.

A workaround is to set it to false for the project, check some other branch out, and then check out the branch you are working on.

shysteph commented 1 year ago

6.6 isn't released yet it seems. So nevermind for now.

jonatan-ivanov commented 9 months ago

This issue can be closed since https://github.com/nebula-plugins/nebula-release-plugin/pull/243 removed jgit.