Run Plugin Verifier Task
Constructors
Types
Functions
Runs the IntelliJ Plugin Verifier against the plugin artifact.
Properties
Defines the verification level at which the task should fail if any reported issue matches. Can be set as FailureLevel enum or EnumSet.
IDEs to check, in intellij.version format, i.e.: ["IC-2019.3.5", "PS-2019.3.2"]. Check the available build versions on IntelliJ Platform Builds list.
JetBrains Runtime variant to use when running the IDE with the plugin. See JetBrains Runtime Releases.
A list of the paths to locally installed IDE distributions that should be used for verification in addition to those specified in ideVersions.
A fallback file with a list of the releases generated with ListProductsReleasesTask. Used if ideVersions is not provided.
Resolves the Java Runtime directory. runtimeDir property is used if provided with the task configuration. Otherwise, jbrVersion is used for resolving the JBR. If it's not set, or it's impossible to resolve a valid version, built-in JBR will be used. As a last fallback, current JVM will be used.
The path to directory containing JVM runtime, overrides jbrVersion.
Local path to the IntelliJ Plugin Verifier that will be used. If provided, verifierVersion is ignored.