Package org.gradle.api.publish.ivy
@Incubating
package org.gradle.api.publish.ivy
Types that deal with publishing in the Ivy format.
- Since:
- 1.3
-
ClassDescriptionThrown when attempting to publish with an invalid
IvyPublication.An artifact published as part of aIvyPublication.A Collection ofIvyArtifacts to be included in anIvyPublication.A configuration included in anIvyPublication, which will be published in the ivy descriptor file generated.The set ofIvyConfigurations that will be included in theIvyPublication.A module dependency declared in an ivy dependency descriptor published as part of anIvyPublication.Represents a modifiable form of IvyExtraInfo so that "extra" info elements can be configured on an Ivy publication.The descriptor of any Ivy publication.AIvyPublicationis the representation/configuration of how Gradle should publish something in Ivy format, to an Ivy repository.