更新pom.xml
This commit is contained in:
parent
7ce3e76268
commit
0a0d62ce11
11
pom.xml
11
pom.xml
@ -161,7 +161,16 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
<compilerArguments>
|
||||
<extdirs>${basedir}/libs</extdirs>
|
||||
</compilerArguments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<resources>
|
||||
<resource>
|
||||
|
Loading…
Reference in New Issue
Block a user