Cannot set gradle service directory path per project
Answered
I'm currently working on several branches in parallel. Each branch uses a different gradle version. Every gradle version needs its own %GRADLE_USER_HOME% (which translates to "gradle service directory" in IntelliJ) as otherwise I run into IncompatibleClassChangeErrors.
How is this setup supported with IntelliJ IDEA 2016.2.5?
I tried using environment variables, but the IntelliJ configuration will not evaluate it. Also to have a good workflow I'd need projects of the 2 branches to be opened at the same time (either by 2 IntelliJ instances or by 2 Projects in 1 Instance)
Any help is highly appreciated :-)
Please sign in to leave a comment.
There is a setting which is supposed to be per project:
Hi Serge,
thank you for your comment. Even though the headline states "For current project", changes to the "Service directoy path" are reflected in all projects.
Please report a bug at https://youtrack.jetbrains.com/issues/IDEA.
As suggested I created a bug for this issue: https://youtrack.jetbrains.com/issue/IDEA-163506