Make local dokka run easier
This commit is contained in:
@@ -9,12 +9,14 @@
|
|||||||
|
|
||||||
<typedef resource="dokka-antlib.xml">
|
<typedef resource="dokka-antlib.xml">
|
||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="${dokka.path}/lib">
|
<fileset dir="${dokka.path}/lib" erroronmissingdir="false">
|
||||||
<include name="*.jar"/>
|
<include name="*.jar"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
|
|
||||||
<!-- used for running locally -->
|
<!-- 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>
|
</classpath>
|
||||||
</typedef>
|
</typedef>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user