intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

Verify all added plugin dependencies are reflected in plugin descriptors

Open YannCebron opened this issue 1 year ago • 0 comments

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

YannCebron avatar Jun 26 '24 13:06 YannCebron