File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ import jetbrains.buildServer.configs.kotlin.v2018_2.*
7
7
import jetbrains.buildServer.configs.kotlin.v2018_2.buildSteps.gradle
8
8
import java.lang.IllegalArgumentException
9
9
10
- fun Project.additionalConfiguration () {
11
- subProject(benchmarksProject())
12
- }
13
-
14
10
fun benchmarksProject () = Project {
15
11
this .id(" Benchmarks" .toId())
16
12
this .name = " Benchmarks"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2016-2020 JetBrains s.r.o.
3
+ * Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
4
+ */
5
+
6
+ import jetbrains.buildServer.configs.kotlin.v2018_2.Project
7
+
8
+ fun Project.additionalConfiguration () {
9
+ subProject(benchmarksProject())
10
+ }
You can’t perform that action at this time.
0 commit comments