Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
YannCebron opened this issue Jun 26, 2024 · 0 comments
Open
Milestone

Comments

@YannCebron
Copy link
Member

YannCebron commented Jun 26, 2024

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 YannCebron added this to the 2.x milestone Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant