Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for formatAttributes (0.51 sec)

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

                }
            }
    
            buildFile << """
                def testAttribute = Attribute.of("TEST_ATTRIBUTE", String)
                def formatAttribute = Attribute.of('format', String)
    
                configurations { $variantToTest { attributes { attribute(formatAttribute, 'custom') } } }
    
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 19.6K bytes
    - Viewed (0)
Back to top