Using Gradle to Build IntelliJ Plugins

I am working on developing plugins for IntelliJ. I would like to be able to create a plugin using Gradle. I would also like to use dependency management in Gradle to sync my plugin project in IntelliJ.

I tried searching but all the keywords are pretty ambiguous (intellij, plugin, gradle, etc.). I am getting messages about using the Gradle plugin in IntelliJ and posts when using the IntelliJ plugin in Gradle ... :)

Thanks for the help.

+3


source to share


1 answer


I don't know how relevant this is, but here is the relevant plugin: https://github.com/JetBrains/gradle-intellij-plugin



0


source







All Articles