Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for AttributeContainer (0.23 sec)

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

            where:
            type                           | factory
            // For ResolvedArtifactResult
            "Attribute"                    | "Attribute.of(System.getProperty('n'), String)"
            "AttributeContainer"           | "services.get(ImmutableAttributesFactory).of(Attribute.of('some', String.class), System.getProperty('n'))"
            "Capability"                   | "new DefaultImmutableCapability('group', System.getProperty('n'), '1.0')"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 26.5K bytes
    - Viewed (0)
Back to top