File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1+ jdk :
2+ - openjdk17
3+
4+ before_install :
5+ - sdk install java 17.0.6-open
6+ - sdk use java 17.0.6-open
Original file line number Diff line number Diff line change 55
66<groupId >apijson.column</groupId >
77<artifactId >apijson-column</artifactId >
8- <version >1.8.0 </version >
8+ <version >1.9.2-springboot3 </version >
99<packaging >jar</packaging >
1010
1111<name >apijson-column</name >
1414<properties >
1515<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17- <java .version>1.8</java .version>
17+ <java .version>17</java .version>
18+ <maven .compiler.encoding>UTF-8</maven .compiler.encoding>
19+ <maven .compiler.source>17</maven .compiler.source>
20+ <maven .compiler.target>17</maven .compiler.target>
1821</properties >
1922
2023<dependencies >
2932<dependency >
3033<groupId >com.github.Tencent</groupId >
3134<artifactId >APIJSON</artifactId >
32- <version >6.3.0 </version >
35+ <version >6.4.3-springboot3 </version >
3336</dependency >
3437<!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 >>>>>>>>>> -->
3538
4043<plugin >
4144<groupId >org.apache.maven.plugins</groupId >
4245<artifactId >maven-compiler-plugin</artifactId >
43- <version >3.8 .1</version >
46+ <version >3.12 .1</version >
4447<configuration >
45- <source >1.8 </source >
46- <target >1.8 </target >
48+ <source >17 </source >
49+ <target >17 </target >
4750</configuration >
4851</plugin >
4952</plugins >
You can’t perform that action at this time.
0 commit comments