- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ResolvedComponentResult (0.18 sec)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateInitPluginTemplateVersionFile.kt
import org.gradle.api.GradleException import org.gradle.api.artifacts.component.ModuleComponentIdentifier import org.gradle.api.artifacts.result.ResolutionResult import org.gradle.api.artifacts.result.ResolvedComponentResult import org.gradle.api.file.RegularFileProperty import org.gradle.api.tasks.Internal import org.gradle.api.tasks.TaskAction import org.gradle.internal.util.PropertiesUtils import org.gradle.util.internal.VersionNumber
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 28 08:29:29 UTC 2024 - 5.1K bytes - Viewed (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-jar.gradle.kts
* they are already loaded transitively, there is a measurable performance impact during module-loading. */ fun computeExternalDependenciesNotAccessibleFromProjectDependencies( rootComponent: ResolvedComponentResult, rootVariant: ResolvedVariantResult ): Set<ComponentIdentifier> { val locallyAccessible = mutableSetOf<ComponentIdentifier>() val externallyAccessible = mutableSetOf<ComponentIdentifier>()
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed May 01 08:59:48 UTC 2024 - 4.4K bytes - Viewed (0)