mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 04:21:08 +00:00
Require minimum java 17 (#72)
This commit is contained in:
@@ -11,7 +11,7 @@ Using pre-built docker image:
|
||||
docker run -v "$(pwd)/data":/data openmaptiles/planetiler-openmaptiles:latest --force --download --area=monaco
|
||||
```
|
||||
|
||||
Or to build from source, after [installing Java 16+](https://adoptium.net/installation.html):
|
||||
Or to build from source, after [installing Java 17+](https://adoptium.net/installation.html):
|
||||
|
||||
```bash
|
||||
# Build the project (use mvnw.cmd on windows):
|
||||
|
||||
Reference in New Issue
Block a user