Update BUILD.md with build failure troubleshooting

Added troubleshooting steps for build failures related to permissions.
This commit is contained in:
Raphaël de Courville
2025-11-07 10:22:59 +01:00
committed by GitHub
parent 6e8c1dba9b
commit 89f7640769
+13
View File
@@ -163,3 +163,16 @@ You may see this warning in IntelliJ:
> `Duplicate content roots detected: '.../processing4/java/src'`
This happens because multiple modules reference the same source folder. Its safe to ignore.
### Build Failed
If the build fails with `Permission denied` or `Could not copy file` errors, try cleaning the project.
Run:
```bash
./gradlew clean
```
Then, rebuild the project.