mirror of https://github.com/apache/ant-ivy
fix the build of the asciidoc extension by using a wider Ivy configuration
This commit is contained in:
parent
6f22f4b49c
commit
844100aed6
|
|
@ -167,7 +167,7 @@
|
|||
</target>
|
||||
|
||||
<target name="init-asciidoctor-extensions" depends="init-ivy" unless="skip.doc">
|
||||
<ivy:cachepath pathid="asciidoctorj.path" organisation="org.asciidoctor" module="asciidoctorj" revision="1.5.5" conf="runtime" inline="true"/>
|
||||
<ivy:cachepath pathid="asciidoctorj.path" organisation="org.asciidoctor" module="asciidoctorj" revision="1.5.5" inline="true"/>
|
||||
<mkdir dir="${build.dir}/asciidoc-extensions/classes"/>
|
||||
<javac srcdir="${doc.src.dir}/templates/extensions/src" destdir="${build.dir}/asciidoc-extensions/classes"
|
||||
debug="true" includeantruntime="no" classpathref="asciidoctorj.path"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue