File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import jetbrains.buildServer.configs.kotlin.v2019_2.buildSteps.gradle
12
12
fun Project.additionalConfiguration () {
13
13
platforms.forEach { platform ->
14
14
val gradleBuild = knownBuilds.buildOn(platform).steps.items.single() as GradleBuildStep
15
- gradleBuild.tasks + = " " + fastBenchmarkTasks(platform)
15
+ gradleBuild.tasks + = " " + " fastBenchmark "
16
16
17
17
knownBuilds.deployOn(platform).params {
18
18
param(" system.space.user" , " abduqodiri.qurbonzoda" )
@@ -23,12 +23,6 @@ fun Project.additionalConfiguration() {
23
23
deployPlugin()
24
24
}
25
25
26
- fun fastBenchmarkTasks (platform : Platform ): String {
27
- return listOf (
28
- " js" , " jvm" , platform.nativeTaskPrefix()
29
- ).joinToString(separator = " " , transform = { " ${it} FastBenchmark" })
30
- }
31
-
32
26
33
27
// deploy plugin to Gradle Plugin Portal
34
28
You can’t perform that action at this time.
0 commit comments