How to exclude libraries?
Hi all,
I'm building a plugin, and I'm using Groovy to generate some files for the plugin. However, Groovy isn't needed for the plugin itself, and, as such, I don't want it as a dependency, and I don't want to upload it to the plugin portal. However, when I click on 'Prepare for Deployment', IntelliJ does include those (unwanted) libraries.
Anyone got a solution for this?
Thanks,
Erik
请先登录再写评论。
Set up an artifact for your plugin with the structure that you need and use that instead of the "Prepare for deployment" action.