IntelliJ as a library

When developing plugins for IntelliJ, is it possible to add IntelliJ as a library dependency (maven, ivy, etc.) instead of using the Plugin SDK and pointing to your installation?  That would make it easier to make builds more reproducible, pinpoint when things are deprecated and control when we deal with them, making it easier to roll back, not to mention easier to set up on CI.

0
1 comment

Yes, it's possible to fetch IDEA artifacts from our repository using gradle-intellij-plugin.

0

Please sign in to leave a comment.