Skip to content

Commit 21566f4

Browse files
author
Abduqodiri Qurbonzoda
committed
Remove .toId() from benchmarks project name
1 parent 724fbfa commit 21566f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/Benchmarks.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import jetbrains.buildServer.configs.kotlin.v2018_2.buildSteps.gradle
88
import java.lang.IllegalArgumentException
99

1010
fun benchmarksProject() = Project {
11-
this.id("Benchmarks".toId())
11+
this.id("Benchmarks")
1212
this.name = "Benchmarks"
1313

1414
params {

0 commit comments

Comments
 (0)