Skip to content

Commit 39da1e5

Browse files
whyolegzoobestik
authored andcommitted
Update kotlinx-serialization API Reference task for DGPv2
1 parent 1de5e01 commit 39da1e5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.teamcity/references/builds/kotlinx/serialization/KotlinxSerializationBuildApiReference.kt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ import references.scriptBuildHtml
88
import references.vcsRoots.KotlinxSerialization
99

1010
object KotlinxSerializationBuildApiReference : BuildApiPages(
11-
apiId = KOTLINX_SERIALIZATION_ID, releaseTag = KOTLINX_SERIALIZATION_RELEASE_LABEL, init = {
11+
apiId = KOTLINX_SERIALIZATION_ID,
12+
releaseTag = KOTLINX_SERIALIZATION_RELEASE_LABEL,
13+
pagesRoot = "build/dokka/html",
14+
init = {
1215
vcs {
1316
root(KotlinxSerialization)
1417
}
@@ -18,6 +21,6 @@ object KotlinxSerializationBuildApiReference : BuildApiPages(
1821
},
1922
stepBuildHtml = {
2023
scriptBuildHtml {
21-
tasks = ":dokkaHtmlMultiModule"
24+
tasks = ":dokkaGenerate"
2225
}
2326
})

0 commit comments

Comments
 (0)