Skip to content

Commit ce2e420

Browse files
authored
Merge pull request #1317 from processing/SableRaf-build-troubleshooting-clear
2 parents 6e8c1db + 89f7640 commit ce2e420

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

BUILD.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,16 @@ You may see this warning in IntelliJ:
163163
> `Duplicate content roots detected: '.../processing4/java/src'`
164164
165165
This happens because multiple modules reference the same source folder. It’s safe to ignore.
166+
167+
168+
### Build Failed
169+
170+
If the build fails with `Permission denied` or `Could not copy file` errors, try cleaning the project.
171+
172+
Run:
173+
174+
```bash
175+
./gradlew clean
176+
```
177+
178+
Then, rebuild the project.

0 commit comments

Comments
 (0)