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,18 +12,12 @@ import jetbrains.buildServer.configs.kotlin.v2019_2.buildSteps.gradle
1212fun Project.additionalConfiguration () {
1313 platforms.forEach { platform ->
1414 val gradleBuild = knownBuilds.buildOn(platform).steps.items.single() as GradleBuildStep
15- gradleBuild.tasks + = " " + fastBenchmarkTasks(platform)
15+ gradleBuild.tasks + = " " + " fastBenchmark "
1616 }
1717
1818 deployPlugin()
1919}
2020
21- fun fastBenchmarkTasks (platform : Platform ): String {
22- return listOf (
23- " js" , " jvm" , platform.nativeTaskPrefix()
24- ).joinToString(separator = " " , transform = { " ${it} FastBenchmark" })
25- }
26-
2721const val gradlePublishKey = " gradle.publish.key"
2822const val gradlePublishSecret = " gradle.publish.secret"
2923
You can’t perform that action at this time.
0 commit comments