Search code examples
gradleintellij-ideaintellij-plugin

Intellij Idea - Define custom and different Gradle User Home by Project


I am working with ideaIC-2020.2.3

I am able two open two windows to open two different projects for each window respectively. These projects are based on Gradle, for example

  • Spring Framework
  • Spring Integration

About settings I am able to define the gradle user home location, but it is common for all the projects. I want to know (if is possible - by the IDE itself or through a special plugin) define for each Project a custom and isolated (or different) gradle user home location. I tried for each project do right clic and Open Module Settings and does not exist something to accomplish this goal.

Observation: in STS/Eclipse - for Maven is possible for example that for each workspace import a custom and different settings.xml file indicating a specific and different repository.


Solution

  • It is not possible. Please vote for IDEA-163506.