We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e8c1db + 89f7640 commit ce2e420Copy full SHA for ce2e420
BUILD.md
@@ -163,3 +163,16 @@ You may see this warning in IntelliJ:
163
> `Duplicate content roots detected: '.../processing4/java/src'`
164
165
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