nemerosa / versioning

Gradle plug-in to generate version information from the SCM branch (Git or Svn)
MIT License
200 stars 40 forks source link

upgraded to the latest GrGit and JGit #69

Closed musketyr closed 4 years ago

musketyr commented 4 years ago

sadly, the API for JGit is envolving without much backward compatibility. this plugin currently breaks the build if some other plugin with a newer version of JGit is applied.

aalmiray commented 4 years ago

Hi @dcoraboeuf, any news on this update? :smile:

dcoraboeuf commented 4 years ago

Hi, because of a concurrent PR, I now have a conflict on this one. Is that possible to get it fixed?

aalmiray commented 4 years ago

I suppose this is PR #59. I’d suggest to first merge that PR if the changes are acceptable, then @musketyr may be able to rebase this PR and resubmit.

dcoraboeuf commented 4 years ago

The conflict is due to the PR #72 having been merged, and there is some code conflict now.

I'll wait a bit to check if @musketyr can rebased on the master branch. If not, I'll create another branch to upgrade the code.

musketyr commented 4 years ago

I'm on vacation right now but I will take a look once I'm back.

musketyr commented 4 years ago

@dcoraboeuf updated