We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.toId()
1 parent 724fbfa commit 21566f4Copy full SHA for 21566f4
.teamcity/Benchmarks.kt
@@ -8,7 +8,7 @@ import jetbrains.buildServer.configs.kotlin.v2018_2.buildSteps.gradle
8
import java.lang.IllegalArgumentException
9
10
fun benchmarksProject() = Project {
11
- this.id("Benchmarks".toId())
+ this.id("Benchmarks")
12
this.name = "Benchmarks"
13
14
params {
0 commit comments