kordamp / kordamp-gradle-plugins

A collection of Gradle plugins
https://kordamp.org/kordamp-gradle-plugins/
Apache License 2.0
138 stars 25 forks source link

Upgrade jgit dependencies #460

Open aalmiray opened 3 years ago

aalmiray commented 3 years ago

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 commented 3 years ago

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

aalmiray commented 3 years ago

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