aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvmishenev <vad-mishenev@yandex.ru>2022-02-09 04:52:37 +0300
committervmishenev <vad-mishenev@yandex.ru>2022-02-09 04:56:28 +0300
commit39f6b38bfbfb01d8ce6ae23705b09f65ab72fa64 (patch)
tree8c6c38cadaba3ce5d6dd39065a0e10e92968c043
parent2ad9bfc191331f5cb753d0143fc7f6206dcf868b (diff)
downloaddokka-39f6b38bfbfb01d8ce6ae23705b09f65ab72fa64.tar.gz
dokka-39f6b38bfbfb01d8ce6ae23705b09f65ab72fa64.tar.bz2
dokka-39f6b38bfbfb01d8ce6ae23705b09f65ab72fa64.zip
Trigger publishing of dokka-versioning-multimodule-example
-rw-r--r--docs/src/doc/docs/user_guide/versioning/versioning.md2
-rw-r--r--examples/gradle/dokka-versioning-multimodule-example/build.gradle.kts1
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/src/doc/docs/user_guide/versioning/versioning.md b/docs/src/doc/docs/user_guide/versioning/versioning.md
index aadccb45..f323d8a8 100644
--- a/docs/src/doc/docs/user_guide/versioning/versioning.md
+++ b/docs/src/doc/docs/user_guide/versioning/versioning.md
@@ -83,4 +83,4 @@ Please consult the [Gradle documentation](../gradle/usage.md#applying-plugins) f
Please see the [Dokka Gradle versioning multi modules example project](https://github.com/Kotlin/dokka/tree/master/examples/gradle/dokka-versioning-multimodule-example).
-Also see the [generated documentation](https://Kotlin.github.io/dokka/examples/dokka-versioning-multimodule-example/html). \ No newline at end of file
+Also see the [generated documentation](https://Kotlin.github.io/dokka/examples/dokka-versioning-multimodule-example/htmlMultiModule). \ No newline at end of file
diff --git a/examples/gradle/dokka-versioning-multimodule-example/build.gradle.kts b/examples/gradle/dokka-versioning-multimodule-example/build.gradle.kts
index 94618d19..3744f757 100644
--- a/examples/gradle/dokka-versioning-multimodule-example/build.gradle.kts
+++ b/examples/gradle/dokka-versioning-multimodule-example/build.gradle.kts
@@ -12,7 +12,6 @@ subprojects {
plugin("org.jetbrains.kotlin.jvm")
plugin("org.jetbrains.dokka")
}
-
val dokkaPlugin by configurations
dependencies {
dokkaPlugin("org.jetbrains.dokka:versioning-plugin:1.6.10")