Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for withSizes (0.19 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ComponentMetadataDetails.java

         * </ul>
         *
         * Note: files (artifacts) are not initialized automatically and always need to be added through {@link VariantMetadata#withFiles(Action)}.
         *
         * @param name a name for the variant
         * @param base name of the variant (pom or Gradle module metadata) or configuration (ivy.xml metadata) from which the new variant will be initialized
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 23 15:47:10 UTC 2020
    - 5.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/component_metadata_rules.adoc

    - The location of the published files that make up the actual content of the variant — `withFiles { }` block
    
    There are also a few properties of the whole component that can be changed:
    
    - The _component level attributes_, currently the only meaningful attribute there is `org.gradle.status`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenSnapshotResolveIntegrationTest.groovy

                    attribute(DocsType.DOCS_TYPE_ATTRIBUTE, getObjects().named(DocsType, "pom"))
                }
                withFiles {
                    removeAllFiles()
                    addFile("\${context.details.id.name}-\${context.details.id.version}.pom")
                }
            }
        }
    }
    
    """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 39K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationIntegrityCheckIntegTest.groovy

                                ac.attribute(DocsType.DOCS_TYPE_ATTRIBUTE, docsType)
                            }
                            vm.withFiles {
                                it.addFile("\${id.name}-\${id.version}-\${variant}.jar")
                            }
                        }
    
                    }
                }
                repositories {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 07:31:22 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top