diff options
Diffstat (limited to 'runners')
-rw-r--r-- | runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/checkChildDokkaTasksIsNotEmpty.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/checkChildDokkaTasksIsNotEmpty.kt b/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/checkChildDokkaTasksIsNotEmpty.kt index a47ea4cd..b230e0bf 100644 --- a/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/checkChildDokkaTasksIsNotEmpty.kt +++ b/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/checkChildDokkaTasksIsNotEmpty.kt @@ -2,7 +2,7 @@ package org.jetbrains.dokka.gradle import org.jetbrains.dokka.DokkaException -fun AbstractDokkaParentTask.checkChildDokkaTasksIsNotEmpty() { +internal fun AbstractDokkaParentTask.checkChildDokkaTasksIsNotEmpty() { if (childDokkaTaskPaths.isEmpty()) { throw DokkaException( """ |