ajoberstar / reckon

Infer a project's version from your Git repository.
Apache License 2.0
187 stars 28 forks source link

[WIP] Support JGit 5 #84

Closed ajoberstar closed 6 years ago

ajoberstar commented 6 years ago

Use latest grgit which is JGit 5 compatible and stop using now-deprecated methods in Reckoncode.

This fixes #82.

ajoberstar commented 6 years ago

Need to wait on ajoberstar/grgit#235 which resolves JGit5 issues in grgit.

ajoberstar commented 6 years ago

Since grgit won't support JGit 5 until 3.x , we should make a less drastic change. Just switch to the non-deprecated methods, but keep depending on JGit 4.11