File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ object BuildParams {
4
4
const val KOTLINX_COROUTINES_RELEASE_TAG = " 1.9.0-RC"
5
5
const val KOTLINX_SERIALIZATION_RELEASE_TAG = " v1.7.3"
6
6
const val KOTLINX_DATETIME_RELEASE_TAG = " v0.6.0"
7
- const val KOTLINX_IO_RELEASE_TAG = " 0.5.2 "
7
+ const val KOTLINX_IO_RELEASE_TAG = " 0.5.4 "
8
8
const val KOTLIN_RELEASE_TAG = " v2.0.20"
9
9
10
10
const val SEARCH_APP_ID = " 7961PKYRXV"
Original file line number Diff line number Diff line change @@ -29,23 +29,13 @@ object KotlinxIOBuildApiReference : BuildType({
29
29
}
30
30
31
31
steps {
32
- scriptDropSnapshot {
33
- enabled = false
34
- }
32
+ scriptDropSnapshot {}
35
33
scriptDokkaVersionSync {
36
34
enabled = false // TODO readme, and disable this step for other libs too
37
35
}
38
36
buildDokkaHTML {
39
37
enabled = false // TODO add useGradlewWrapper = true
40
38
}
41
- script {
42
- name = " Drop snapshot"
43
- scriptContent = """
44
- #!/bin/bash
45
- set -e -u
46
- sed -i -E "s/^(version=.+)-SNAPSHOT${' $' } /\1/gI" ./gradle.properties
47
- """ .trimIndent()
48
- }
49
39
script {
50
40
name = " build api reference"
51
41
scriptContent = """
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import jetbrains.buildServer.configs.kotlin.vcs.GitVcsRoot
6
6
object KotlinxIO : GitVcsRoot({
7
7
name = " kotlinx-io vcs root"
8
8
url =
" [email protected] :Kotlin/kotlinx-io.git"
9
- branch = " refs/heads/ktl-1576-kotlinlang-api-ref "
9
+ branch = " refs/tags/ $KOTLINX_IO_RELEASE_TAG "
10
10
branchSpec = """
11
11
+:refs/heads/(*)
12
12
+:refs/tags/(*)
You can’t perform that action at this time.
0 commit comments