-
Notifications
You must be signed in to change notification settings - Fork 157
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
Error java.lang.ClassNotFoundException: org.eclipse.jgit.transport.JschConfigSessionFactory #343
Comments
I'm also getting the same problem. I have axion 1.12.0 and I was trying to add spotless 5.0.0 (4.5.0+ will have the same error). I'm guessing it's because of a mismatch of JGit versions. Axion is on 5.7 and Spotless in version 4.5.0 updated the JGit dependency to 5.8. Edit: Issue in spotless repo |
Why they upgraded: |
You might also consider shading: |
This worked for me on 1.12.1, but not on 1.12.0, FYI And thanks for the suggestion. |
The very same exception happened to me when I used simultaneously:
with
it works properly with
it's transitively downloaded through
but it won't work correctly. When I look into changelog the only thing what changed on the other repo is version of: Can it interfere with axion? |
I hope to add shadow plugin into axion-release with minify and dependencies relocation enabled - this should assure us that axion-release-plugin won't interfere with other dependencies ;) |
check out https://github.com/allegro/axion-release-plugin/pull/371/files :) |
Hey @bgalek, is the shadowed version already released? I'm still getting this issue in Mockito project (I worked around by using version 1.11.0). I strongly recommend shadowing all dependencies -> the plugin will be much easier/safer to use. Thanks for this nice plugin!!! |
@mockitoguy hi, it's not yet released, would You like to test it? If everythings all right, I'll release a new version ;) |
new version released :) @xmlking |
grade cV --stacktrace
fialed with follow errorHow to reproduce
Repo: https://github.com/xmlking/micro-apps
The text was updated successfully, but these errors were encountered: