Skip to content

Update kotlinx-datetime API Reference task for DGPv2 #4843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .teamcity/BuildParams.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object BuildParams {
const val KOTLINX_SERIALIZATION_ID = "kotlinx.serialization"
const val KOTLINX_SERIALIZATION_TITLE = KOTLINX_SERIALIZATION_ID

const val KOTLINX_DATETIME_RELEASE_TAG = "whyoleg/dokka2-sync"
const val KOTLINX_DATETIME_RELEASE_TAG = "latest-release"
const val KOTLINX_DATETIME_RELEASE_LABEL = "v0.6.2"
const val KOTLINX_DATETIME_ID = "kotlinx-datetime"
const val KOTLINX_DATETIME_TITLE = KOTLINX_DATETIME_ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object KotlinxDatetimeBuildApiReference : BuildApiPages(
}
},
stepBuildHtml = {
scriptBuildHtml { tasks = ":kotlinx-datetime:dokkaHtml" }
scriptBuildHtml { tasks = ":kotlinx-datetime:dokkaGenerate" }
},
init = {
vcs {
Expand Down