-
Notifications
You must be signed in to change notification settings - Fork 20
Conversation
Is it possible to build something like this:
where
Note: Ide plugins in Meta don't only target IDEA but also other Jetbrains products. But rn we're solely compatible with idea. |
Sorry it's not possible because the Compiler Plugin in the existing example is not shadowed for the IDEA Plugin and it's not necessary for that simple example with the Compiler Plugin. I think it can be interesting to keep different examples. |
does the last commit work for you, too @rachelcarmena ? |
I think it's just a rename from I changed It would be necessary to do the same rename in
instead of:
Thanks @i-walker 🙌 |
Roger will do that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thanks a lot @rachelcarmena. Let's finish the #19, when the plugin is published.
You're welcome 🙌 However, I think it won't be easier when the plugin is published because the plugin includes:
so it will be necessary to "play" with the dependencies again. Other plugins do the same as us. A common artifacts repository for SNAPSHOT versions and the Jetbrains Plugin Portal for RELEASE versions. The portal is being used now as a first try to check the process. However, it just will contain RELEASE versions. I think it's interesting to have examples with both SNAPSHOT versions and RELEASE versions. |
PR on
is-ide
branch.Content:
It's not possible to use the previous example because the shadowed compiler plugin is not shadowed for IDEA but for including a new plugin.
The new project is built properly however this problem with IDEA seems to come from this issue.