PluginVerifierAware

The interface provides the path to the IntelliJ Plugin Verifier executable. It is required to have a dependency on the IntelliJ Plugin Verifier added to the project with IntelliJPlatformDependenciesExtension.pluginVerifier dependencies extension.

Inheritors

Properties

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

Path to the IntelliJ Plugin Verifier executable.