mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-02-05 14:06:12 +08:00
update 使用release指令代替source和target指令进行编译构建
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -375,8 +375,7 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
<release>${java.version}</release>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<annotationProcessorPaths>
|
||||
<path>
|
||||
|
||||
Reference in New Issue
Block a user