Package org.gradle.api.publish.ivy
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 ofIvyArtifact
s to be included in anIvyPublication
.A configuration included in anIvyPublication
, which will be published in the ivy descriptor file generated.The set ofIvyConfiguration
s that will be included in theIvyPublication
.Deprecated.This type is not referenced by any other public API classes.Represents a modifiable form of IvyExtraInfo so that "extra" info elements can be configured on an Ivy publication.An author of an Ivy publication.The description of an Ivy publication.A license of an Ivy publication.The descriptor of any Ivy publication.AnIvyPublication
is the representation/configuration of how Gradle should publish something in Ivy format, to an Ivy repository.