Package org.gradle.api.publish.ivy
package org.gradle.api.publish.ivy
-
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
.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.