fix(): 增加插件版本
parent
7b8d32f500
commit
2684057a60
10
pom.xml
10
pom.xml
|
@ -316,19 +316,11 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.13.0</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
|
||||
<basedir/>
|
||||
<basedir/>
|
||||
<buildDirectory/>
|
||||
<buildDirectory/>
|
||||
<mainOutputDirectory/>
|
||||
<outputDirectory/>
|
||||
<outputDirectory/>
|
||||
<projectArtifact/>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue