diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c9003ce..9df7ed0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,13 +35,10 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] jdk: [ 17 ] include: - - os: ubuntu-latest - jdk: 16 - os: ubuntu-latest jdk: 18 - os: ubuntu-latest - jdk: 17 - args: "-DargLine='-Duser.language=fr -Duser.country=FR'" + jdk: 19 runs-on: ${{ matrix.os }} timeout-minutes: 15 steps: diff --git a/README.md b/README.md index e31395a..6f38386 100644 --- a/README.md +++ b/README.md @@ -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): diff --git a/pom.xml b/pom.xml index 9cacc58..30e51af 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ UTF-8 - 16 - 16 + 17 + 17 0.6-SNAPSHOT 5.9.2 @@ -140,7 +140,7 @@ - + org.apache.maven.plugins maven-enforcer-plugin @@ -154,7 +154,7 @@ - 16 + 17