-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failures When Upgrading Past 1.4.20 #133
Comments
It looks like there is a version conflict with other Gradle plugin (which using a different version of jgit ) We need to know exactly which jgit version is being used by which plugin to resolve the problem. |
It looks like your internal plugin (pl.allegro.tech.build.axion.release.infrastructure) requires jgit 4.x while gradle-git-properties 2.x requires jgit 5.x (the missing method belongs to jgit 4.x so your internal plugin is having problem when jgit 5.x is being used). You have two options:
|
We were able to figure out a combo that work. If you use Gradle version |
You are correct. v1.5.2 is using jgit 4.11 and it should compatible with your internal plugin dependency (using jgit 1.4.x). More details about the plugin dependencies below
|
Alright, well I don't think there is anything else to do here correct? We can't force this library to work with other libraries. Are we closing this @tha2015? |
Yes, we can close this issue. BTW I have updated the README.md to document this issue. Thanks for reporting. |
@tha2015 the plugin in question: https://github.com/allegro/axion-release-plugin They even have a similar issue: allegro/axion-release-plugin#215 |
Thanks Nik. |
Background
I have been attempting to upgrade several Java & Kotlin projecst up to a later version of the plugin from
1.4.20
unsuccessfully.Versions
1.5.+
Issue
The issue that I see when attempting to upgrade is the following:
The gradle configuration is like so...
What I have tried
I have tried upgrading to a number of 1.5.X versions and the 2.0.0 & 2.1.0 versions. All have the same issue.
Gradle Information
The text was updated successfully, but these errors were encountered: