How to generate jar for depolyment in gradle

Hi,

I'v already write a plugin and verified in "run".

And now, I want to installing your plugin from disk to test the plugin in Android Studio but not publish it.

How can I generate the jar file?

Thanks.

0
1 comment
Official comment

You can use `buildPlugin` task or you can run Android Studio with a plugin directly via `runIde` task using `alternativeIdePath` option. See more details in the documentation: https://github.com/JetBrains/gradle-intellij-plugin/

Please sign in to leave a comment.