chore: JDK版本升级至 17
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -34,8 +34,7 @@
|
||||
<properties>
|
||||
<!-- Easy-Agents Version -->
|
||||
<revision>0.0.1</revision>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<maven.compiler.release>17</maven.compiler.release>
|
||||
<maven-flatten.version>1.3.0</maven-flatten.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<slf4j.version>1.7.29</slf4j.version>
|
||||
@@ -450,8 +449,7 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.13.0</version>
|
||||
<configuration>
|
||||
<source>${maven.compiler.source}</source>
|
||||
<target>${maven.compiler.target}</target>
|
||||
<release>${maven.compiler.release}</release>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
@@ -512,7 +510,7 @@
|
||||
<linksource>true</linksource>
|
||||
<additionalparam>-Xdoclint:none</additionalparam>
|
||||
<detectJavaApiLink>true</detectJavaApiLink>
|
||||
<source>8</source>
|
||||
<source>17</source>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
||||
Reference in New Issue
Block a user