You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 addsjruby-complete
with the version provided by minimumSafeJrubyVersion, which is currently set to9.1.0.0
. I believe this should be updated to9.3.8.0
, which is the version used inasciidoctorj:2.5.7
.Tested against plugin version
4.0.1
.The text was updated successfully, but these errors were encountered: