hi, getting this error when trying to run `./gradl...
# gradle
a
hi, getting this error when trying to run
./gradlew clean
/home/alwin/.gradle/caches/8.7/kotlin-dsl/accessors/caa5f6bd6ef89a1a2476201ca641d5aa-VC/metadata.bin (No such file or directory)
any idea what this could be? not able to resolve.
v
From the top of my head I'd bet on a permission issue, for example by having the bad idea to run a build with
sudo
.
d
I've seen this error when manually clearing the gradle cache without first stopping the daemon, like as described in https://stackoverflow.com/questions/23025433/how-to-clear-gradle-cache
👍 1
a
yes. i think same happened to me.