Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for anotherVariantWithFormatCustom (0.54 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/AbstractDependencyMetadataRulesIntegrationTest.groovy

            //The dependency to this module is then added using the rule and thus is matched correctly.
            mavenGradleRepo.module("org.test", "moduleC").withModuleMetadata().variant("anotherVariantWithFormatCustom", [format: "custom"]).publish()
    
            when:
            def transitiveSelectedVariant = !gradleMetadataPublished && useIvy()? 'default' : variantToTest
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 36.5K bytes
    - Viewed (0)
Back to top