- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for bundleGroovy4 (0.23 sec)
-
.teamcity/src/main/kotlin/configurations/Gradleception.kt
val buildScanTagForGroovy4 = buildScanTagParam("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) {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 08 12:58:46 UTC 2024 - 6.5K bytes - Viewed (0) -
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" /**
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 09 08:19:42 UTC 2024 - 16.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
} }, GradleceptionWithGroovy4 { override fun create(model: CIBuildModel, stage: Stage): OsAwareBaseGradleBuildType { return Gradleception(model, stage, BuildToolBuildJvm, "Default", bundleGroovy4 = true) } }, GradleceptionWithMaxLtsJdk { override fun create(model: CIBuildModel, stage: Stage): OsAwareBaseGradleBuildType {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 16 06:14:14 UTC 2024 - 22.9K bytes - Viewed (0)