Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.