Publishing

interface Publishing

Plugin publishing configuration.

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val channels: ListProperty<String>

A list of channel names to upload the plugin to.

Link copied to clipboard
abstract val hidden: Property<Boolean>

Publish the plugin update and mark it as hidden to prevent public release after approval.

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

The hostname used for publishing the plugin.

Link copied to clipboard
abstract val ideServices: Property<Boolean>

Specifies if the IDE Services plugin repository service should be used.

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

Authorization token.