Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for IvyModuleDescriptorSpec (0.4 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_ivy.adoc

    The `descriptor` property can also be used to add additional custom elements as children of the `<info>` element, like so:
    
    .customizing the publication identity
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/main/java/org/gradle/api/publish/ivy/IvyPublication.java

     * </p><p>
     * In addition, {@link IvyModuleDescriptorSpec} provides configuration methods to customize licenses, authors, and the description to be published in the Ivy module descriptor.
     * </p><p>
     * For any other tweaks to the publication, it is possible to modify the generated Ivy descriptor file prior to publication. This is done using
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  3. platforms/software/ivy/src/main/java/org/gradle/api/publish/ivy/internal/publication/DefaultIvyPublication.java

    import org.gradle.api.publish.ivy.IvyArtifact;
    import org.gradle.api.publish.ivy.IvyConfiguration;
    import org.gradle.api.publish.ivy.IvyConfigurationContainer;
    import org.gradle.api.publish.ivy.IvyModuleDescriptorSpec;
    import org.gradle.api.publish.ivy.internal.artifact.DefaultIvyArtifactSet;
    import org.gradle.api.publish.ivy.internal.artifact.DerivedIvyArtifact;
    import org.gradle.api.publish.ivy.internal.artifact.IvyArtifactInternal;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 22:25:49 UTC 2023
    - 20.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/dsl/dsl.xml

                </tr>
                <tr>
                    <td>org.gradle.api.publish.ivy.IvyArtifactSet</td>
                </tr>
                <tr>
                    <td>org.gradle.api.publish.ivy.IvyModuleDescriptorSpec</td>
                </tr>
                <tr>
                    <td>org.gradle.api.publish.ivy.IvyModuleDescriptorAuthor</td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_ant.adoc

    You can replicate the default Ivy behavior by using the https://plugins.gradle.org/plugin/nebula.ivy-resolved-dependencies[Nebula Ivy Resolved Plugin].
    Alternatively, you can link:{groovyDslPath}/org.gradle.api.publish.ivy.IvyModuleDescriptorSpec.html#org.gradle.api.publish.ivy.IvyModuleDescriptorSpec:withXml(org.gradle.api.Action)[customize the descriptor file] so that it contains the versions you want.
    --
    
    [[migant:custom_tasks]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 37.7K bytes
    - Viewed (0)
Back to top