This message was deleted.
# community-support
s
This message was deleted.
✅ 1
s
fwiw, even deleting
.gradle
does not help
Got it to work eventually. Just needed 25 attempts to run, not 20 😉
c
Had something similar after moving project directories to a case-sensitive filesystem (on a different path) - Gradle still wanted to use the old path. A combination of removing
.gradle
and killing the daemon did the trick.
👍🏼 1