What is the proper way to set up plugin project in...
# intellij-plugins
d
What is the proper way to set up plugin project in gradle? I found https://github.com/JetBrains/gradle-intellij-plugin but it generates non-plugin modules.
y
yes, this is the proper way. you don't need to have plugin modules
d
Ok, thank you. My other question was about debugging from gradle but it’s answered here https://github.com/JetBrains/gradle-intellij-plugin/issues/206