ProjectMetadata

Information about the project.

Properties

Link copied to clipboard
abstract val description: Property<String>

The project's description.

Link copied to clipboard

The project's developers.

Link copied to clipboard

The project's licenses.

Link copied to clipboard
abstract val name: Property<String>

The project's name.

Link copied to clipboard
abstract val url: Property<String>

The project's URL.

Functions

Link copied to clipboard
open fun developer(id: String? = null, name: String, email: String? = null, organization: String? = null, organizationUrl: String? = null)

Add information about a project developer.

Link copied to clipboard
open fun license(name: String, url: String, distribution: String? = null)

Add information about a project's license.