Skip to content
Snippets Groups Projects
Commit 4b1fe20f authored by dgelessus's avatar dgelessus
Browse files

Use asciidoctorj-diagram extension instead of asciidoctor-diagram gem

parent 77bdb315
No related branches found
No related tags found
No related merge requests found
...@@ -26,10 +26,10 @@ repositories { ...@@ -26,10 +26,10 @@ repositories {
} }
dependencies { dependencies {
asciidoctor 'org.asciidoctor:asciidoctorj-diagram:1.5.18'
asciidoctor 'org.asciidoctor:asciidoctorj-epub3:1.5.0-alpha.9' asciidoctor 'org.asciidoctor:asciidoctorj-epub3:1.5.0-alpha.9'
asciidoctor 'org.asciidoctor:asciidoctorj-pdf:1.5.0-beta.8' asciidoctor 'org.asciidoctor:asciidoctorj-pdf:1.5.0-beta.8'
gems 'rubygems:asciidoctor-diagram:1.5.19'
// asciidoctor-bibtex requires a 4.x version of bibtex-ruby, but for some reason the build installs a 5.x version by default. // asciidoctor-bibtex requires a 4.x version of bibtex-ruby, but for some reason the build installs a 5.x version by default.
// To fix this we need this manual dependency on a 4.x version of bibtex-ruby. // To fix this we need this manual dependency on a 4.x version of bibtex-ruby.
gems 'rubygems:bibtex-ruby:4.4.7' gems 'rubygems:bibtex-ruby:4.4.7'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment