Groovy Documentation

org.gradle.tooling.model.gradle
[Java] Interface GradlePublication


@Incubating
public interface GradlePublication

Represents some publication produced by a Gradle project, typically to a Maven or Ivy repository.

Since:
1.12


Method Summary
GradleModuleVersion getId()

Returns the unique identifier of the publication.

 

Method Detail

getId

public GradleModuleVersion getId()
Returns the unique identifier of the publication.
Returns:
the unique identifier of the publication


 

Gradle API 1.12