Skip to content

Commit 9ef3376

Browse files
committed
remove local build cache
1 parent f948286 commit 9ef3376

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ target
1111
**/build/
1212
**/generated/
1313
examples/**/build/
14-
build-cache/
1514

1615
# Eclipse #
1716
###########

docs/contributing/running-tests.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,7 @@ To ignore warnings, formatting issues, or other non-fatal issues in tests, use
4848
./gradlew test -Ddev=true -x spotlessCheck -x checkstyleMain
4949
```
5050

51-
The `dev` flag
52-
53-
- will ignore warnings in tests
54-
- will use a local build cache, which can speed up the build
55-
56-
The local build cache is also useful for other commands, such as `./gradlew spotlessApply -Ddev=true`.
51+
The `dev` flag will ignore warnings in tests.
5752

5853
## Smoke tests
5954

0 commit comments

Comments
 (0)