Skip to content

Commit 89f7640

Browse files
authored
Update BUILD.md with build failure troubleshooting
Added troubleshooting steps for build failures related to permissions.
1 parent 6e8c1db commit 89f7640

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)