Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for AttributesSchema (0.12 sec)

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

                def buildType = Attribute.of("buildType", String)
                def flavor = Attribute.of("flavor", String)
                allprojects {
                    dependencies.attributesSchema.attribute(buildType)
                    dependencies.attributesSchema.attribute(flavor)
                }
    
                project(':lib') {
                    task jar1(type: Jar) {
                        destinationDirectory = buildDir
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                include 'app2'
            """
            buildFile << """
                def color = Attribute.of('color', String)
    
                allprojects {
                    dependencies {
                        attributesSchema {
                            attribute(color)
                        }
                    }
                    configurations {
                        compile {
                            attributes.attribute color, 'blue'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.attributes.AttributesSchema.getAttributeDisambiguationPrecedence()> does not have raw return type assignable to org.gradle.api.provider.Property in (AttributesSchema.java:0)
    Method <org.gradle.api.attributes.AttributesSchema.getAttributes()> does not have raw return type assignable to org.gradle.api.provider.Provider in (AttributesSchema.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top