PluginAware

This interface provides information about the currently built plugin. It resolves and parses the final plugin.xml descriptor file, making its details easily accessible.

Inheritors

Properties

Link copied to clipboard
@get:Internal
abstract val module: Property<Boolean>

Indicates if the current project represents an IntelliJ Platform plugin module.

Link copied to clipboard
@get:InputFile
@get:PathSensitive(value = PathSensitivity.RELATIVE)
@get:Optional
abstract val pluginXml: RegularFileProperty

Holds the path to the patched plugin.xml file.