Skip to content

Verify all added plugin dependencies are reflected in plugin descriptors #1670

Open
@YannCebron

Description

@YannCebron

Describe the need of your request

Any dependency on bundled/external plugin must be defined in plugin descriptor (https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html#3-dependency-declaration-in-pluginxml).

Unfortunately, many users miss this step which leads to NCDFE at runtime.

Proposed solution

In verifyPluginProjectConfiguration task, check that each defined plugin ID from build script occurs at least once in any of the plugin descriptors of the final plugin distribution.

Alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions