This is a tool for importing projects into IntelliJ IDEA, building the project using JPS (JetBrains Project System), and saving the project model. It's implemented using the Gradle IntelliJ Plugin.
It may be useful for testing and benchmarking purposes.
The main entry points are:
These entry points are called via the runIde
Gradle task.
To understand how the parameters are passed, please refer to the build.gradle file.