Christoph Sturm
09/18/2024, 9:50 AMrm -rf /Users/christoph/.gradle/caches/)
Caused by: java.io.FileNotFoundException: /Users/christoph/.gradle/caches/8.10.1/transforms/2affcf264b744a2de5ce31ea86efbf40/metadata.bin (No such file or directory)Caleb Cushing
09/18/2024, 7:10 PM.gradle just make certain you don't delete ~/.gradle/gradle.properties if there is oneVampire
09/20/2024, 5:09 PMinit.d/ or any other files you manually created in there.
But besides that, what Caleb said. 🙂Vampire
09/20/2024, 5:09 PM.gradle suddenly, so if you use configuration cache it might also be enough to additionally delete that.Caleb Cushing
09/24/2024, 4:37 PMyadm ... although for gradle.properties you probably need ot encrypt it due to credentials, which yadm supports. quite probably you'd want to template it then encrypt it.