gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
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.