Skip to content

Commit

Permalink
Explain how to speed up build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr72 authored and bchapuis committed May 1, 2024
1 parent d6fdaff commit efd452c
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,13 @@ If you want to work on [Geocoding](/documentation/examples/geocoding/) or
### Windows

If you are using Windows, you will need to use `mvnw.cmd` instead of `./mvnw` and use set instead of export to set the environment variable.

### Important

If your build is taking a long time, it might be due to the presence of large data/map files. To identify then delete them run:

```bash
git clean -dnx
cd examples/
git clean -dfx
```

0 comments on commit efd452c

Please sign in to comment.