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.*
77import jetbrains.buildServer.configs.kotlin.v2018_2.buildSteps.gradle
88import java.lang.IllegalArgumentException
99
10- fun Project.additionalConfiguration () {
11- subProject(benchmarksProject())
12- }
13-
1410fun benchmarksProject () = Project {
1511 this .id(" Benchmarks" )
1612 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