Skip to content

Commit

Permalink
Trigger publishing of dokka-versioning-multimodule-example
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Feb 9, 2022
1 parent 2ad9bfc commit 39f6b38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/doc/docs/user_guide/versioning/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Also see the [generated documentation](https://Kotlin.github.io/dokka/examples/dokka-versioning-multimodule-example/htmlMultiModule).
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 39f6b38

Please sign in to comment.