-
Notifications
You must be signed in to change notification settings - Fork 274
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
Plugin dependencies not resolved in multi-module project #1196
Comments
@brian-mcnamara I cannot reproduce it when pointing to the latest |
Ok cloned it on a different machine and everything is working. Wonder if there is another gradle cache somewhere effecting my main machine. |
I guess so. There's |
Still unable to fix this locally, tried clearing ~/.gradle/caches, clearing IJ indexes, using
Which I wonder if that is to be conserned with |
I've reproduced the missing dependencies issue and sent the fix – it's now available as a snapshot. |
Looks good! Thanks for finding the repo, I tried for a while on the machine that worked without success. |
Describe the bug
In a multi-module plugin where two modules have an intellij block (in my case, the top level module is for IC and the child-module is for IU), the child modules do not resolve the IJ plugin dependencies when loaded into intellij.
To Reproduce
https://github.com/brian-mcnamara/plugin-demo/tree/multi-module
Load that branch into IJ using the latest 1.10 snapshot. Notice the IU module does not list any dependencies (the javascript plugin should be there)
Expected behavior
If you use 1.9.0, you will see that IJ does resolve the dependencies correctly
Environment:
Additional context
Thread here: https://jetbrains-platform.slack.com/archives/CPL5291JP/p1668123533621749
The text was updated successfully, but these errors were encountered: