Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for variant_model (0.22 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/dependency_management.adoc

    include::resolution_rules.adoc[leveloffset=+1]
    
    = Producing and Consuming Variants of Libraries
    include::component_capabilities.adoc[leveloffset=+1]
    include::feature_variants.adoc[leveloffset=+1]
    include::variant_model.adoc[leveloffset=+1]
    include::variant_attributes.adoc[leveloffset=+1]
    include::cross_project_publications.adoc[leveloffset=+1]
    include::artifact_transforms.adoc[leveloffset=+1]
    
    = Working in a Multi-repo Environment
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/describer/AbstractResolutionFailureDescriber.java

        }
    
        protected String suggestSpecificDocumentation(String prefix, String section) {
            return prefix + getDocumentationRegistry().getDocumentationFor("variant_model", section) + ".";
        }
    
        protected void formatAttributeSection(TreeFormatter formatter, String section, List<String> values) {
            if (!values.isEmpty()) {
                if (values.size() > 1) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 13:08:22 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_gradle_module_metadata.adoc

    - <<dependency_constraints.adoc#sec:adding-constraints-transitive-deps,dependency constraints>>
    - <<component_capabilities.adoc#declaring-component-capabilities,component capabilities>>
    - <<variant_model.adoc#understanding-variant-selection,variant-aware resolution>>
    
    Publication of Gradle Module Metadata will enable better dependency management for your consumers:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 18:45:05 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/jvm/jacoco_report_aggregation_plugin.adoc

    | The configuration used to declare all project dependencies having code coverage data to be aggregated.
    | `aggregateCodeCoverageReportResults`
    | Consumes the project dependencies from the `jacocoAggregation` configuration using <<variant_model#sec:variant-aware-matching,variant-aware matching>> to find the appropriate test suite type.
    |===
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/test_report_aggregation_plugin.adoc

    | The configuration used to declare all project dependencies having test result data to be aggregated.
    | `aggregateTestReportResults`
    | Consumes the project dependencies from the `testReportAggregation` configuration using <<variant_model#sec:variant-aware-matching,variant-aware matching>> to find the appropriate test suite type.
    |===
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/userguide_single.adoc

    include::resolution_strategy_tuning.adoc[leveloffset=+2]
    
    == PRODUCING AND CONSUMING VARIANTS OF LIBRARIES
    
    include::component_capabilities.adoc[leveloffset=+2]
    include::feature_variants.adoc[leveloffset=+2]
    include::variant_model.adoc[leveloffset=+2]
    include::variant_attributes.adoc[leveloffset=+2]
    include::cross_project_publications.adoc[leveloffset=+2]
    include::artifact_transforms.adoc[leveloffset=+2]
    
    == PUBLISHING LIBRARIES
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 22:56:31 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/library_vs_application.adoc

    This is where the <<variant_model.adoc#understanding-variant-selection,variant model>> of Gradle comes into play.
    
    In Gradle, _producer variants_ are exposed via <<declaring_dependencies.adoc#sec:resolvable-consumable-configs,consumable configurations>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.2K bytes
    - Viewed (0)
Back to top