mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Update BUILD.md with build failure troubleshooting
Added troubleshooting steps for build failures related to permissions.
This commit is contained in:
committed by
GitHub
parent
6e8c1dba9b
commit
89f7640769
@@ -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. It’s 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.
|
||||
|
||||
Reference in New Issue
Block a user