Make local dokka run easier

This commit is contained in:
Simon Ogorodnik
2017-11-21 20:43:34 +03:00
parent 9ab48d8374
commit 697b358293
+4 -2
View File
@@ -9,12 +9,14 @@
<typedef resource="dokka-antlib.xml">
<classpath>
<fileset dir="${dokka.path}/lib">
<fileset dir="${dokka.path}/lib" erroronmissingdir="false">
<include name="*.jar"/>
</fileset>
<!-- used for running locally -->
<pathelement path="${dokka.path}/out/artifacts/dokka.jar"/>
<fileset dir="${dokka.path}/runners/fatjar/build/libs/" erroronmissingdir="false">
<include name="dokka-fatjar*.jar"/>
</fileset>
</classpath>
</typedef>