Skip to content
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

Plugin includes multiple versions of the same dependency #709

Open
tylerbertrand opened this issue Jan 17, 2024 · 0 comments
Open

Plugin includes multiple versions of the same dependency #709

tylerbertrand opened this issue Jan 17, 2024 · 0 comments
Milestone

Comments

@tylerbertrand
Copy link

The plugin includes multiple versions of the jruby-complete dependency.

This causes conflicts during dependency resolution, and results in failed builds when applied to a build with failOnVersionConflict enabled.

It looks like this code adds the asciidoctorj dependency, then adds jruby-complete with the version provided by minimumSafeJrubyVersion, which is currently set to 9.1.0.0. I believe this should be updated to 9.3.8.0, which is the version used in asciidoctorj:2.5.7.

Tested against plugin version 4.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants