How to create a new distribution

I want to create a new my own distro based on IJ CE with my own plugins. Is there any example on how to do this. Any Gradle integration?

Regards

0

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.

0

请先登录再写评论。