aboutsummaryrefslogtreecommitdiff
path: root/ant/src/dokka.kt
diff options
context:
space:
mode:
Diffstat (limited to 'ant/src/dokka.kt')
-rw-r--r--ant/src/dokka.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ant/src/dokka.kt b/ant/src/dokka.kt
index 6538f083..d78980f8 100644
--- a/ant/src/dokka.kt
+++ b/ant/src/dokka.kt
@@ -67,7 +67,7 @@ class DokkaAntTask(): Task() {
}
override fun execute() {
- if (sourcePath.list().size() == 0) {
+ if (sourcePath.list().size == 0) {
throw BuildException("At least one source path needs to be specified")
}
if (moduleName == null) {