diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2022-10-12 15:10:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 15:10:34 +0200 |
commit | 25bc442c783bb94899bb02de0f01af092f82ae81 (patch) | |
tree | f1daafe8723caf74fa70d3fe4568c4ebddbccd69 /examples/gradle/dokka-versioning-multimodule-example/parentProject | |
parent | 83174361becb2af227159834cdf6e14db9300c53 (diff) | |
download | dokka-25bc442c783bb94899bb02de0f01af092f82ae81.tar.gz dokka-25bc442c783bb94899bb02de0f01af092f82ae81.tar.bz2 dokka-25bc442c783bb94899bb02de0f01af092f82ae81.zip |
Update documentation and examples for 1.7.20 (#2697)
Diffstat (limited to 'examples/gradle/dokka-versioning-multimodule-example/parentProject')
-rw-r--r-- | examples/gradle/dokka-versioning-multimodule-example/parentProject/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gradle/dokka-versioning-multimodule-example/parentProject/build.gradle.kts b/examples/gradle/dokka-versioning-multimodule-example/parentProject/build.gradle.kts index afbc6675..dc909192 100644 --- a/examples/gradle/dokka-versioning-multimodule-example/parentProject/build.gradle.kts +++ b/examples/gradle/dokka-versioning-multimodule-example/parentProject/build.gradle.kts @@ -9,8 +9,8 @@ val olderVersionsFolder = "olderVersions" // The previously documentations should be generated with the versioning plugin val generatePreviouslyDocTask by tasks.register<DokkaMultiModuleTask>("dokkaPreviouslyDocumentation") { dependencies { - dokkaPlugin("org.jetbrains.dokka:all-modules-page-plugin:1.7.10") - dokkaPlugin("org.jetbrains.dokka:versioning-plugin:1.7.10") + dokkaPlugin("org.jetbrains.dokka:all-modules-page-plugin:1.7.20") + dokkaPlugin("org.jetbrains.dokka:versioning-plugin:1.7.20") } val configuredVersion = "0.9" outputDirectory.set(file(projectDir.resolve(olderVersionsFolder).resolve(configuredVersion))) |