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 57
57
58
58
<properties >
59
59
<java .version>17</java .version>
60
- <java .release.version>8 </java .release.version>
60
+ <java .release.version>11 </java .release.version>
61
61
<junit .jupiter.version>5.10.2</junit .jupiter.version>
62
62
<spring .batch.version>5.1.1</spring .batch.version>
63
63
68
68
<module .name>org.mybatis.dynamic.sql</module .name>
69
69
70
70
<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>
72
73
73
74
<sonar .sources>pom.xml,src/main/java,src/main/kotlin</sonar .sources>
74
75
<sonar .tests>src/test/java,src/test/kotlin</sonar .tests>
84
85
<dependencies >
85
86
<dependency >
86
87
<groupId >org.jetbrains.kotlin</groupId >
87
- <artifactId >kotlin-stdlib-jdk8 </artifactId >
88
+ <artifactId >kotlin-stdlib</artifactId >
88
89
<version >${kotlin.version} </version >
89
90
<scope >provided</scope >
90
91
<optional >true</optional >
You can’t perform that action at this time.
0 commit comments