toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.model.gradle
/
ProjectPublications
Project
Publications
API
interface
ProjectPublications
:
Model
,
ProjectModel
(
source
)
A model providing information about the publications of a Gradle project.
Since
1.12
Members
Functions
get
Project
Identifier
Link copied to clipboard
API
abstract
fun
getProjectIdentifier
(
)
:
ProjectIdentifier
Returns the identifier for the Gradle project that these publications originate from.
get
Publications
Link copied to clipboard
API
abstract
fun
getPublications
(
)
:
DomainObjectSet
<
out
GradlePublication
>
Returns the publications for this project.