Kotlin DSL Reference for Gradle
8.4-rc-2
API
Kotlin DSL Reference for Gradle
/
org.gradle.tooling.model.gradle
/
GradlePublication
Gradle
Publication
API
interface
GradlePublication
:
ProjectModel
(
source
)
Represents some publication produced by a Gradle project, typically to a Maven or Ivy repository.
Members
Functions
get
Id
Link copied to clipboard
API
abstract
fun
getId
(
)
:
GradleModuleVersion
Returns the unique identifier of the publication.
get
Project
Identifier
Link copied to clipboard
API
abstract
fun
getProjectIdentifier
(
)
:
ProjectIdentifier
Returns the identifier for the Gradle project that this publication originates from.