A model providing information about the publications of a Gradle project.
Type | Name and description |
---|---|
ProjectIdentifier |
getProjectIdentifier() Returns the identifier for the Gradle project that these invocations originate from. |
DomainObjectSet<? extends GradlePublication> |
getPublications() Returns the publications for this project. |
Returns the identifier for the Gradle project that these invocations originate from.
Returns the publications for this project.