Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FlavorImpl (0.1 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            def conf = conf()
            def flavor = Attribute.of(Flavor)
            conf.getAttributes().attribute(flavor, new FlavorImpl(name: 'free'))
    
            when:
            conf.getAttributes().attribute(flavor, new FlavorImpl(name: 'paid'))
    
            then:
            conf.attributes.getAttribute(flavor).name == 'paid'
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
Back to top