File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
88import java.lang.IllegalArgumentException
99
1010fun benchmarksProject () = Project {
Original file line number Diff line number Diff line change 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
88fun Project.additionalConfiguration () {
99 subProject(benchmarksProject())
Original file line number Diff line number Diff line change 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/*
66The settings script is an entry point for defining a TeamCity
Original file line number Diff line number Diff line change 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
88const val versionSuffixParameter = " versionSuffix"
99const val teamcitySuffixParameter = " teamcitySuffix"
You can’t perform that action at this time.
0 commit comments