Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IvyArtifactSet (0.85 sec)

  1. platforms/software/ivy/src/main/java/org/gradle/api/publish/ivy/IvyPublication.java

         *       from components.java
         *       artifacts = ["my-custom-jar.jar", sourceJar]
         *     }
         *   }
         * }
         * </pre>
         *
         * @return the artifacts.
         */
        IvyArtifactSet getArtifacts();
    
        /**
         * Sets the artifacts for this publication. Each supplied value is interpreted as per {@link #artifact(Object)}.
         *
         * @param sources The set of artifacts for this publication.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/dsl/dsl.xml

                </tr>
                <tr>
                    <td>org.gradle.api.publish.ivy.IvyArtifact</td>
                </tr>
                <tr>
                    <td>org.gradle.api.publish.ivy.IvyArtifactSet</td>
                </tr>
                <tr>
                    <td>org.gradle.api.publish.ivy.IvyModuleDescriptorSpec</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)
Back to top