- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 46 for subprojects (0.08 seconds)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild.generate-subprojects-info.gradle.kts
Jendrik Johannes <******@****.***> 1607501645 +0100
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 254 bytes - Click Count (0) -
.teamcity/src/test/kotlin/SplitBucketTest.kt
val subprojects = LinkedList( listOf( Subproject("a", 20), Subproject("b", 19), Subproject("c", 5), Subproject("d", 5), Subproject("e", 5), Subproject("f", 5), Subproject("g", 4), Subproject("h", 4),Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/FunctionalTest.kt
fun getTestTaskName( testCoverage: TestCoverage, subprojects: List<String>, ): String { val testTaskName = if (testCoverage.testType == TestType.ISOLATED_PROJECTS) { "isolatedProjectsIntegTest" } else { "${testCoverage.testType.asCamelCase()}Test" } return when { subprojects.isEmpty() -> { testTaskName }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Oct 09 05:26:45 GMT 2025 - 5.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketModel.kt
} data class SmallSubprojectBucket( val subprojects: List<GradleSubproject>, val parallelizationMethod: ParallelizationMethod, ) : BuildTypeBucket { constructor( subproject: GradleSubproject, parallelizationMethod: ParallelizationMethod, ) : this(listOf(subproject), parallelizationMethod)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Apr 10 15:09:32 GMT 2025 - 3.4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/GradleSubprojectProvider.kt
private fun toSubproject(subproject: Map<String, Any>): GradleSubproject { val name = subproject["name"] as String val path = subproject["path"] as String val unitTests = !ignoredSubprojects.contains(name) && subproject["unitTests"] as Boolean val functionalTests = !ignoredSubprojects.contains(name) && subproject["functionalTests"] as BooleanCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 2.4K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/SubprojectsInfo.kt
val subprojectsFolder = project.layout.projectDirectory.dir("subprojects") private val testingFolder = project.layout.projectDirectory.dir("testing") private val packingFolder = project.layout.projectDirectory.dir("packaging") @get:Internal protected val subprojectsJson = project.layout.projectDirectory.file(".teamcity/subprojects.json") protected fun generateSubprojectsJson(): String {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 10 01:32:13 GMT 2025 - 3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/GradleBuildToolRootProject.kt
buildScanTags = listOf("Check"), subprojects = JsonBasedGradleSubprojectProvider(File("./subprojects.json")), ) val gradleBuildBucketProvider = DefaultFunctionalTestBucketProvider(model, File("./test-buckets.json")) subProject(CheckProject(model, gradleBuildBucketProvider)) if (!isSecurityFork()) { subProject(PromotionProject(model.branch)) subProject(UtilProject)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 03 10:41:06 GMT 2026 - 1.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionArchiveSetupPlugin.java
* Elasticsearch distribution archives. See ':distribution:archives'. * <p> * This configures the default artifacts for the distribution specific * subprojects. We have subprojects for two reasons: * 1. Gradle project substitutions can only bind to the default * configuration of a project * 2. The integ-test-zip and zip distributions have the exact same
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 22 19:01:26 GMT 2021 - 7.9K bytes - Click Count (0) -
.teamcity/pluginData/Check/plugin-settings.xml
<state type="buildPinned" enabled="false" /> <state type="buildUnpinned" enabled="false" /> </states> <build-types enabled-for-all="false" enabled-for-subprojects="false"> <build-type id="bt270451" /> </build-types> </webhook> <webhook url="https://gradle-bot.grdev.net/teamcity" enabled="true" template="legacy-tailored-json"> <states>
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue May 18 02:15:16 GMT 2021 - 2.2K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/Mojo.java
* @return requires a project */ boolean projectRequired() default true; /** * if the Mojo uses the Maven project and its subprojects. * @return uses the Maven project and its subprojects */ boolean aggregator() default false; /** * does this Mojo need to be online to be executed? * @return need to be online */Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Aug 29 18:21:40 GMT 2024 - 3.5K bytes - Click Count (0)