Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for bundleGroovy4 (0.33 sec)

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

        val buildScanTagForGroovy4 = buildScanTag("Groovy4")
        val buildScanTags = if (bundleGroovy4) listOf(buildScanTagForType, buildScanTagForGroovy4) else listOf(buildScanTagForType)
        val extraSysProp = mutableListOf<String>()
        if (bundleGroovy4) {
            extraSysProp += "-DbundleGroovy4=true"
        }
        if (buildJvm.version != BuildToolBuildJvm.version) {
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Feb 27 09:57:17 GMT 2024
    - 6K bytes
    - Viewed (0)
  2. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt

        const val RUN_ANDROID_STUDIO_IN_HEADLESS_MODE = "runAndroidStudioInHeadlessMode"
        const val STUDIO_HOME = "studioHome"
        const val BUNDLE_GROOVY_4 = "bundleGroovy4"
    
        /**
         * Run docs tests with the configuration cache enabled.
         */
        const val ENABLE_CONFIGURATION_CACHE_FOR_DOCS_TESTS = "enableConfigurationCacheForDocsTests"
    
        /**
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Mon Jan 01 01:23:31 GMT 2024
    - 16.2K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/model/CIBuildModel.kt

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