Asciidoc plumbing changes
Paul King <[email protected]>
| Newsgroups | gmane.comp.lang.groovy.devel |
|---|---|
| Message-ID | <CAMbkE7RX3prmQ2W8dz1MgOywkoTMZKp24cXA5s0M2pO0GdRt4Q@mail.gmail.com> |
Hi folks, I bumped asciidoctorj to the latest version (3.0.1). The asciidocGroovyDSL v2 module that we were using hasn't been ported to v3 yet. I have backed it out and replaced its usage with an asciidoc-extensions module. This really belongs in build-logic, but doesn't seem to package nicely in there, hence the separate module. It isn't included in our standard install, mentioned in poms like groovy-all, nor published to Maven, and if the Groovy DSL gets ported, we can remove it. Just in case that change was confusing anyone. Cheers, Paul.