aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-plugin
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2020-09-10 23:42:04 +0200
committerKamil Doległo <kamilok1965@interia.pl>2020-09-10 23:42:50 +0200
commit62a2b3f010ed14741d9963814774486ef335a2dc (patch)
treeb209ec2a6c28857b4e1f8409248da243741952ec /runners/gradle-plugin
parent825d8fd3bc868d8d9a80a354cd3fae95adceb7ac (diff)
downloaddokka-62a2b3f010ed14741d9963814774486ef335a2dc.tar.gz
dokka-62a2b3f010ed14741d9963814774486ef335a2dc.tar.bz2
dokka-62a2b3f010ed14741d9963814774486ef335a2dc.zip
Update migration guide with correct property name
Diffstat (limited to 'runners/gradle-plugin')
-rw-r--r--runners/gradle-plugin/MIGRATION.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/runners/gradle-plugin/MIGRATION.md b/runners/gradle-plugin/MIGRATION.md
index 527c3e66..9da24718 100644
--- a/runners/gradle-plugin/MIGRATION.md
+++ b/runners/gradle-plugin/MIGRATION.md
@@ -68,7 +68,8 @@ tasks.dokkaHtml.configure {
#### Properties
```kotlin
/* 0.10.x */ moduleName = "myModule"
-/* 1.4.x */ /* Use AbstractDokkaTask#moduleName instead */
+/* 1.4.0 */ /* Use AbstractDokkaTask#moduleDisplayName instead */
+/* 1.4.10+ */ /* Use AbstractDokkaTask#moduleName instead */
/* 0.10.x */ includeNonPublic = false
/* 1.4.x */ includeNonPublic.set(false)