We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e024f commit f887c34Copy full SHA for f887c34
pom.xml
@@ -57,7 +57,7 @@
57
58
<properties>
59
<java.version>17</java.version>
60
- <java.release.version>11</java.release.version>
+ <java.release.version>17</java.release.version>
61
<junit.jupiter.version>5.10.2</junit.jupiter.version>
62
<spring.batch.version>5.1.2</spring.batch.version>
63
@@ -68,7 +68,6 @@
68
<module.name>org.mybatis.dynamic.sql</module.name>
69
70
<kotlin.version>2.0.0</kotlin.version>
71
- <kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>
72
<kotlin.compiler.apiVersion>1.7</kotlin.compiler.apiVersion>
73
74
<sonar.sources>pom.xml,src/main/java,src/main/kotlin</sonar.sources>
0 commit comments