Skip to content

Commit 695b761

Browse files
author
Abduqodiri Qurbonzoda
committed
Update Kotlin DSL version of template teamcity config to v2019_2
1 parent 9dc4e20 commit 695b761

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

main/resources/teamcity/additionalConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
44
*/
55

6-
import jetbrains.buildServer.configs.kotlin.v2018_2.Project
6+
import jetbrains.buildServer.configs.kotlin.v2019_2.Project
77

88
fun Project.additionalConfiguration() {
99
}

main/resources/teamcity/settings.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import jetbrains.buildServer.configs.kotlin.v2018_2.*
2-
import jetbrains.buildServer.configs.kotlin.v2018_2.buildSteps.*
3-
import jetbrains.buildServer.configs.kotlin.v2018_2.triggers.*
1+
import jetbrains.buildServer.configs.kotlin.v2019_2.*
2+
import jetbrains.buildServer.configs.kotlin.v2019_2.buildSteps.*
3+
import jetbrains.buildServer.configs.kotlin.v2019_2.triggers.*
44

55
/*
66
The settings script is an entry point for defining a TeamCity

main/resources/teamcity/utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
44
*/
55

6-
import jetbrains.buildServer.configs.kotlin.v2018_2.*
6+
import jetbrains.buildServer.configs.kotlin.v2019_2.*
77

88
const val versionSuffixParameter = "versionSuffix"
99
const val teamcitySuffixParameter = "teamcitySuffix"

0 commit comments

Comments
 (0)