asciidoctor / asciidoctorj-pdf

AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
Apache License 2.0
36 stars 17 forks source link

update to asciidoctor 1.5.6 #14

Closed jagedn closed 5 years ago

jagedn commented 6 years ago

Rigth now build.gradle is using by default 1.5.5 but version 1.5.6 was released few months ago

asciidoctorJVersion = project.hasProperty('asciidoctorJVersion') ? project.asciidoctorJVersion : '1.5.5'

mojavelinux commented 5 years ago

As far as I understand it, that version is only for testing. This jar does not bundle Asciidoctor or AsciidoctorJ. You should be able to use this jar with any version of AsciidoctorJ.

robertpanzer commented 5 years ago

Yes, this is only for testing. It's not even a dependency anymore in the latest version so that you should not even fall accidentally down to an old version of Asciidoctor. However we'd like to maintain compatibility with this version of AsciidoctorJ.

Tests with newer versions of AsciidoctorJ happen in the asciidoctor/asciidoctorj.

mojavelinux commented 5 years ago

Perfect!