In the same way as Community is made, you can create your own module that will include all modules you're interested in as dependencies, create your own gant and *Properties (`IdeaCommunityProperties`) files and set your own value for `productLayout.bundledPluginModules`.
Please ping me in case of any questions related to building an IDE.
https://youtrack.jetbrains.com/oauth?state=%2Fissue%2FIJSDK-105
Hi Mariano,
Gradle is used for downloading some of dependencies but not for building itself.
You can start with a documentation for `org.jetbrains.intellij.build` package which describes the entry points for building IDEA Community Edition: https://github.com/JetBrains/intellij-community/blob/master/platform/build-scripts/groovy/org/jetbrains/intellij/build/package.html
In the same way as Community is made, you can create your own module that will include all modules you're interested in as dependencies, create your own gant and *Properties (`IdeaCommunityProperties`) files and set your own value for `productLayout.bundledPluginModules`.
Please ping me in case of any questions related to building an IDE.
Thanks I will try that.