aboutsummaryrefslogtreecommitdiff
path: root/runners/ant/src
diff options
context:
space:
mode:
Diffstat (limited to 'runners/ant/src')
-rw-r--r--runners/ant/src/main/kotlin/ant/dokka.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runners/ant/src/main/kotlin/ant/dokka.kt b/runners/ant/src/main/kotlin/ant/dokka.kt
index 3ecc7b94..038bfca9 100644
--- a/runners/ant/src/main/kotlin/ant/dokka.kt
+++ b/runners/ant/src/main/kotlin/ant/dokka.kt
@@ -153,6 +153,7 @@ class DokkaAntTask: Task(), DokkaConfiguration {
override var cacheRoot: String? = null
override val passesConfigurations: MutableList<AntPassConfig> = mutableListOf()
+ override var pluginsClasspath: List<File> = mutableListOf()
fun createPassConfig() = AntPassConfig(this).apply { passesConfigurations.add(this) }
fun createImpliedPlatform(): TextProperty = TextProperty().apply { buildImpliedPlatforms.add(this) }