File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
references/builds/kotlinx/datetime Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ object BuildParams {
15
15
const val KOTLINX_SERIALIZATION_ID = " kotlinx.serialization"
16
16
const val KOTLINX_SERIALIZATION_TITLE = KOTLINX_SERIALIZATION_ID
17
17
18
- const val KOTLINX_DATETIME_RELEASE_TAG = " whyoleg/dokka2-sync "
18
+ const val KOTLINX_DATETIME_RELEASE_TAG = " latest-release "
19
19
const val KOTLINX_DATETIME_RELEASE_LABEL = " v0.6.2"
20
20
const val KOTLINX_DATETIME_ID = " kotlinx-datetime"
21
21
const val KOTLINX_DATETIME_TITLE = KOTLINX_DATETIME_ID
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ object KotlinxDatetimeBuildApiReference : BuildApiPages(
24
24
}
25
25
},
26
26
stepBuildHtml = {
27
- scriptBuildHtml { tasks = " :kotlinx-datetime:dokkaHtml " }
27
+ scriptBuildHtml { tasks = " :kotlinx-datetime:dokkaGenerate " }
28
28
},
29
29
init = {
30
30
vcs {
You can’t perform that action at this time.
0 commit comments