Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Gradleception (1.76 sec)

  1. .teamcity/src/main/kotlin/configurations/Gradleception.kt

                if (idParts.isNotEmpty()) {
                    "With${idParts.joinToString(separator = "And")}"
                } else {
                    ""
                }
            id("${model.projectId}_Gradleception$idSuffix")
            name = "Gradleception - ${labels.joinToString(separator = " ")}"
            val descriptionSuffix =
                if (descriptionParts.isNotEmpty()) {
                    " (${descriptionParts.joinToString(separator = ", ")})"
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu May 01 14:55:05 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/model/CIBuildModel.kt

                stage: Stage,
            ): OsAwareBaseGradleBuildType = BuildDistributions(model, stage)
        },
        Gradleception {
            override fun create(
                model: CIBuildModel,
                stage: Stage,
            ): OsAwareBaseGradleBuildType = Gradleception(model, stage, BuildToolBuildJvm, "Default")
        },
        GradleceptionWithMaxLtsJdk {
            override fun create(
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Sun Aug 03 22:40:28 UTC 2025
    - 25.9K bytes
    - Viewed (0)
Back to top