Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BaseGradleBuildType (0.16 sec)

  1. .teamcity/src/main/kotlin/model/CIBuildModel.kt

                return BuildDistributions(model, stage)
            }
        },
        Gradleception {
            override fun create(model: CIBuildModel, stage: Stage): BaseGradleBuildType {
                return Gradleception(model, stage, BuildToolBuildJvm, "Default")
            }
        },
        GradleceptionWithGroovy4 {
            override fun create(model: CIBuildModel, stage: Stage): BaseGradleBuildType {
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Fri Feb 23 01:54:48 GMT 2024
    - 20.9K bytes
    - Viewed (0)
Back to top