File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5757
5858 <properties >
5959 <java .version>17</java .version>
60- <java .release.version>8 </java .release.version>
60+ <java .release.version>11 </java .release.version>
6161 <junit .jupiter.version>5.10.2</junit .jupiter.version>
6262 <spring .batch.version>5.1.1</spring .batch.version>
6363
6868 <module .name>org.mybatis.dynamic.sql</module .name>
6969
7070 <kotlin .version>1.9.23</kotlin .version>
71- <kotlin .compiler.jvmTarget>1.8</kotlin .compiler.jvmTarget>
71+ <kotlin .compiler.jvmTarget>11</kotlin .compiler.jvmTarget>
72+ <kotlin .compiler.apiVersion>1.6</kotlin .compiler.apiVersion>
7273
7374 <sonar .sources>pom.xml,src/main/java,src/main/kotlin</sonar .sources>
7475 <sonar .tests>src/test/java,src/test/kotlin</sonar .tests>
8485 <dependencies >
8586 <dependency >
8687 <groupId >org.jetbrains.kotlin</groupId >
87- <artifactId >kotlin-stdlib-jdk8 </artifactId >
88+ <artifactId >kotlin-stdlib</artifactId >
8889 <version >${kotlin.version} </version >
8990 <scope >provided</scope >
9091 <optional >true</optional >
You can’t perform that action at this time.
0 commit comments