File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
builds/apiReferences/kotlinx/metadataJvm Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,17 @@ object BuildParams {
17
17
const val KOTLINX_IO_RELEASE_TAG = " whyoleg/dokka2-sync" // 0.6.0
18
18
const val KOTLINX_IO_ID = " kotlinx-io"
19
19
20
+
20
21
const val KOTLIN_RELEASE_LABEL = " 2.1.0"
21
22
const val KOTLIN_RELEASE_TAG = " whyoleg/dokka2-sync-stdlib"
22
23
const val KOTLIN_CORE_API_BUILD_ID = " Kotlin_KotlinRelease_2120_LibraryReferenceLatestDocs"
23
- const val KOTLINX_METADATA_ID = " kotlinx-metadata-jvm"
24
24
25
25
const val KGP_RELEASE_LABEL = KOTLIN_RELEASE_LABEL
26
26
const val KGP_RELEASE_TAG = " whyoleg/dokka2-sync"
27
27
const val KGP_ID = " kotlin-gradle-plugin"
28
+
29
+ const val KOTLINX_METADATA_ID = " kotlinx-metadata-jvm"
30
+ const val KOTLINX_METADATA_RELEASE_TAG = KGP_RELEASE_TAG // KOTLIN_RELEASE_TAG
28
31
29
32
const val SEARCH_APP_ID = " 7961PKYRXV"
30
33
const val SEARCH_INDEX_NAME = " prod_KOTLINLANG_WEBHELP"
Original file line number Diff line number Diff line change 1
1
package builds.apiReferences.kotlinx.metadataJvm
2
2
3
3
import BuildParams.KOTLINX_METADATA_ID
4
+ import BuildParams.KOTLINX_METADATA_RELEASE_TAG
4
5
import BuildParams.KOTLIN_RELEASE_LABEL
5
6
import builds.apiReferences.BuildApiPages
6
7
import builds.apiReferences.dependsOnDokkaTemplate
7
8
import builds.apiReferences.scriptBuildHtml
8
9
import builds.apiReferences.vcsRoots.Kotlin
9
10
import jetbrains.buildServer.configs.kotlin.buildSteps.ScriptBuildStep
11
+ import jetbrains.buildServer.configs.kotlin.copy
10
12
11
13
private const val LIB_DIR = " libraries/kotlinx-metadata/jvm"
12
14
@@ -33,7 +35,9 @@ object KotlinxMetadataJvmBuildApiReference : BuildApiPages(
33
35
},
34
36
init = {
35
37
vcs {
36
- root(Kotlin )
38
+ root(Kotlin .copy {
39
+ branch = KOTLINX_METADATA_RELEASE_TAG
40
+ })
37
41
}
38
42
dependencies {
39
43
dependsOnDokkaTemplate(KotlinxMetadataJvmPrepareDokkaTemplates , "$LIB_DIR /dokka-templates")
You can’t perform that action at this time.
0 commit comments