- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for bundleGroovy4 (0.13 sec)
-
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)