Trouble with setting up intellij

mert1337

New Member
I am getting errors when I try to open the project and I looked at the common issues at wiki and they didn't help me.Please help me.
 

Attachments

mert1337

New Member
I found the error. Gradlew downloaded the dependencies to /root/ folder I don't know why.intellij cant reach to /root.
So all I had to do is sudo ./gradlew idea --gradle-user-home ./.gradle
so that it downloads dependencies to .gradle file.
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
Hi @mert1337 and welcome :)

Yep by default Gradle will put stuff into your user home, which I guess in that case is root. Linux setups can be a bit tricky at times.
 
Top