Publication

interface Publication : Named(source)

A publication is a description of a consumable representation of one or more artifacts, and possibly associated metadata.

Since

1.3

Inheritors

Functions

Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun withBuildIdentifier()
Enables publication of a unique build identifier in Gradle Module Metadata.
Link copied to clipboard
abstract fun withoutBuildIdentifier()
Disables publication of a unique build identifier in Gradle Module Metadata.