Skip to content

Commit 9caa7ee

Browse files
fzhinkinzoobestik
authored andcommitted
Update kotlinx-io API Reference task
Update the task to work correctly after Dokka update. See also: Kotlin/kotlinx-io#410
1 parent 7bf2e77 commit 9caa7ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import references.vcsRoots.KotlinxIO
1111
object KotlinxIOBuildApiReference : BuildApiPages(
1212
apiId = KOTLINX_IO_ID,
1313
releaseTag = KOTLINX_IO_RELEASE_LABEL.removePrefix("v"),
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 --no-configuration-cache
2930
""".trimIndent()
3031
}
3132
}

0 commit comments

Comments
 (0)