mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 12:31:10 +00:00
Require minimum java 17 (#72)
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -7,8 +7,8 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>16</maven.compiler.source>
|
||||
<maven.compiler.target>16</maven.compiler.target>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<planetiler.version>0.6-SNAPSHOT</planetiler.version>
|
||||
<junit.version>5.9.2</junit.version>
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- require building with jdk 16 -->
|
||||
<!-- require building with jdk 17 -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
@@ -154,7 +154,7 @@
|
||||
<configuration>
|
||||
<rules>
|
||||
<requireJavaVersion>
|
||||
<version>16</version>
|
||||
<version>17</version>
|
||||
</requireJavaVersion>
|
||||
</rules>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user