Skip to content
Snippets Groups Projects
Commit 77bdb315 authored by dgelessus's avatar dgelessus
Browse files

Use asciidoctor deps instead of buildscript deps for extensions

parent 8f82e215
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,6 @@ buildscript { ...@@ -8,8 +8,6 @@ buildscript {
} }
dependencies { dependencies {
classpath 'org.asciidoctor:asciidoctorj-pdf:1.5.0-beta.8'
classpath 'org.asciidoctor:asciidoctorj-epub3:1.5.0-alpha.9'
classpath 'com.github.spullara.mustache.java:compiler:0.9.6' classpath 'com.github.spullara.mustache.java:compiler:0.9.6'
classpath 'org.freemarker:freemarker:2.3.29' classpath 'org.freemarker:freemarker:2.3.29'
classpath 'org.yaml:snakeyaml:1.25' classpath 'org.yaml:snakeyaml:1.25'
...@@ -28,6 +26,9 @@ repositories { ...@@ -28,6 +26,9 @@ repositories {
} }
dependencies { dependencies {
asciidoctor 'org.asciidoctor:asciidoctorj-epub3:1.5.0-alpha.9'
asciidoctor 'org.asciidoctor:asciidoctorj-pdf:1.5.0-beta.8'
gems 'rubygems:asciidoctor-diagram:1.5.19' 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment