Search code examples
macosgradleintellij-idea

Intellij IDEA doesnt use custom gradle user home


I have configuration in idea ultimate 2024.1.2 (MacOS as system) for gradle:

enter image description here

How you can see - i have overrided path to gradle user home. But that still creates .gradle in user home directory when i opening some of gradle project. Someone can tell me how i can fix this feature ?


Solution

  • Fixed by executing IDEA from shell:

    /Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea
    

    Thanks to @romanv-jb