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 3
3
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
4
4
*/
5
5
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
8
8
import java.lang.IllegalArgumentException
9
9
10
10
fun benchmarksProject () = Project {
Original file line number Diff line number Diff line change 3
3
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
4
4
*/
5
5
6
- import jetbrains.buildServer.configs.kotlin.v2018_2 .Project
6
+ import jetbrains.buildServer.configs.kotlin.v2019_2 .Project
7
7
8
8
fun Project.additionalConfiguration () {
9
9
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.*
4
4
5
5
/*
6
6
The settings script is an entry point for defining a TeamCity
Original file line number Diff line number Diff line change 3
3
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
4
4
*/
5
5
6
- import jetbrains.buildServer.configs.kotlin.v2018_2 .*
6
+ import jetbrains.buildServer.configs.kotlin.v2019_2 .*
7
7
8
8
const val versionSuffixParameter = " versionSuffix"
9
9
const val teamcitySuffixParameter = " teamcitySuffix"
You can’t perform that action at this time.
0 commit comments