kordamp-gradle-plugins icon indicating copy to clipboard operation
kordamp-gradle-plugins copied to clipboard

Upgrade jgit dependencies

Open aalmiray opened this issue 3 years ago • 2 comments

The versioning plugin provides JGit 5.6.0.201912101111-r.

The following dependencies may need upgrade

    compile 'org.ajoberstar.grgit:grgit-core:4.0.1'
    compile "org.eclipse.jgit:org.eclipse.jgit.ui:${jgitVersion}"
    compile "org.eclipse.jgit:org.eclipse.jgit:${jgitVersion}"
    compile 'org.tmatesoft.svnkit:svnkit:1.8.12'

aalmiray avatar Mar 25 '21 18:03 aalmiray

Watch https://github.com/nemerosa/versioning/issues/83

aalmiray avatar Mar 25 '21 18:03 aalmiray

The latest grgit (4.0.1) is not published to Maven Central and its maintainer no longer spends much time with the project

https://github.com/ajoberstar/grgit/issues/334

aalmiray avatar May 15 '21 13:05 aalmiray