Skip to content

Commit fc1ca61

Browse files
authored
Merge pull request #4839 from JetBrains/kotlinx-io/dokka-update
Update kotlinx-io API Reference task
2 parents 7bf2e77 + f3aa087 commit fc1ca61

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.teamcity/BuildParams.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object BuildParams {
2020
const val KOTLINX_DATETIME_ID = "kotlinx-datetime"
2121
const val KOTLINX_DATETIME_TITLE = KOTLINX_DATETIME_ID
2222

23-
const val KOTLINX_IO_RELEASE_TAG = "whyoleg/dokka2-sync"
23+
const val KOTLINX_IO_RELEASE_TAG = "master"
2424
const val KOTLINX_IO_RELEASE_LABEL = "0.7.0"
2525
const val KOTLINX_IO_ID = "kotlinx-io"
2626
const val KOTLINX_IO_TITLE = KOTLINX_IO_ID

.teamcity/references/builds/kotlinx/io/KotlinxIOBuildApiReference.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import references.vcsRoots.KotlinxIO
1010

1111
object KotlinxIOBuildApiReference : BuildApiPages(
1212
apiId = KOTLINX_IO_ID,
13-
releaseTag = KOTLINX_IO_RELEASE_LABEL.removePrefix("v"),
13+
releaseTag = KOTLINX_IO_RELEASE_LABEL,
14+
pagesRoot = "build/dokka/html",
1415
stepDokkaVersionSync = {
1516
// TODO readme, and disable this step for other libs too
1617
null
@@ -25,7 +26,7 @@ object KotlinxIOBuildApiReference : BuildApiPages(
2526
scriptContent = """
2627
#!/bin/bash
2728
set -e -u
28-
./gradlew dokkaHtmlMultiModule --no-daemon --no-configuration-cache
29+
./gradlew :dokkaGenerate --no-daemon
2930
""".trimIndent()
3031
}
3132
}

0 commit comments

Comments
 (0)