asciidoctor / asciidoctor-gradle-plugin

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://asciidoctor.github.io/asciidoctor-gradle-plugin/
Apache License 2.0
285 stars 120 forks source link

Update dependency on org.asciidoctor:asciidoctorj-groovy-dsl to a version resolvable from Maven Central #596

Closed erdi closed 1 year ago

erdi commented 3 years ago

The plugin depends on a version of org.asciidoctor:asciidoctorj-groovy-dsl which is only resolvable from JCenter which is being sunsetted. Unfortunately that dependency is resolved via a detached configuration which means that its version cannot be controlled via a dependency resolve rule.

There is now a version available from Maven Central, it would probably be good to switch to that.

ysb33r commented 1 year ago

Permanently fixed in 4.0.0-alpha.1