chore: 更新 maven 配置文件
This commit is contained in:
parent
ed99460850
commit
cf333d95d9
9
pom.xml
9
pom.xml
@ -38,14 +38,9 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.12.1</version>
|
<version>3.14.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- 在新的 JVM 进程中调用编译器 -->
|
<release>24</release>
|
||||||
<fork>true</fork>
|
|
||||||
<!-- 可以根据需要指定编译器版本,如:
|
|
||||||
<source>1.8</source>
|
|
||||||
<target>1.8</target>
|
|
||||||
-->
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user