I have configuration in idea ultimate 2024.1.2 (MacOS as system) for gradle:
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 ?
Fixed by executing IDEA from shell:
/Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea
Thanks to @romanv-jb