We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf2e77 commit 9caa7eeCopy full SHA for 9caa7ee
.teamcity/references/builds/kotlinx/io/KotlinxIOBuildApiReference.kt
@@ -11,6 +11,7 @@ import references.vcsRoots.KotlinxIO
11
object KotlinxIOBuildApiReference : BuildApiPages(
12
apiId = KOTLINX_IO_ID,
13
releaseTag = KOTLINX_IO_RELEASE_LABEL.removePrefix("v"),
14
+ pagesRoot = "build/dokka/html",
15
stepDokkaVersionSync = {
16
// TODO readme, and disable this step for other libs too
17
null
@@ -25,7 +26,7 @@ object KotlinxIOBuildApiReference : BuildApiPages(
25
26
scriptContent = """
27
#!/bin/bash
28
set -e -u
- ./gradlew dokkaHtmlMultiModule --no-daemon --no-configuration-cache
29
+ ./gradlew dokkaGenerate --no-daemon --no-configuration-cache
30
""".trimIndent()
31
}
32
0 commit comments