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
正式评论

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/

请先登录再写评论。