Skip to content

Commit d19f73f

Browse files
author
Abduqodiri Qurbonzoda
committed
Update Kotlin DSL version to v2019_2
1 parent 75f78f8 commit d19f73f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.teamcity/Benchmarks.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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.*
7-
import jetbrains.buildServer.configs.kotlin.v2018_2.buildSteps.gradle
6+
import jetbrains.buildServer.configs.kotlin.v2019_2.*
7+
import jetbrains.buildServer.configs.kotlin.v2019_2.buildSteps.gradle
88
import java.lang.IllegalArgumentException
99

1010
fun benchmarksProject() = Project {

.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
subProject(benchmarksProject())

.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

.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)