Skip to content

Commit f887c34

Browse files
committed
Target Java 17
1 parent a2e024f commit f887c34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<properties>
5959
<java.version>17</java.version>
60-
<java.release.version>11</java.release.version>
60+
<java.release.version>17</java.release.version>
6161
<junit.jupiter.version>5.10.2</junit.jupiter.version>
6262
<spring.batch.version>5.1.2</spring.batch.version>
6363

@@ -68,7 +68,6 @@
6868
<module.name>org.mybatis.dynamic.sql</module.name>
6969

7070
<kotlin.version>2.0.0</kotlin.version>
71-
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>
7271
<kotlin.compiler.apiVersion>1.7</kotlin.compiler.apiVersion>
7372

7473
<sonar.sources>pom.xml,src/main/java,src/main/kotlin</sonar.sources>

0 commit comments

Comments
 (0)