gradle
8.3-rc-1
Java API
gradle
/
org.gradle.tooling.model.gradle
/
ProjectPublications
Project
Publications
Java API
interface
ProjectPublications
:
Model
,
ProjectModel
A model providing information about the publications of a Gradle project.
Members
Functions
get
Project
Identifier
Link copied to clipboard
Java API
abstract
fun
getProjectIdentifier
(
)
:
ProjectIdentifier
Returns the identifier for the Gradle project that these publications originate from.
get
Publications
Link copied to clipboard
Java API
abstract
fun
getPublications
(
)
:
DomainObjectSet
<
out
GradlePublication
>
Returns the publications for this project.