evcs module in root pom
This commit is contained in:
parent
7d39894ff2
commit
8f5a6dcbbc
2
pom.xml
2
pom.xml
@ -253,6 +253,7 @@
|
||||
<module>ruoyi-api</module>
|
||||
<module>ruoyi-common</module>
|
||||
<module>xhpc-modules</module>
|
||||
<module>evcs-modules</module>
|
||||
</modules>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@ -269,6 +270,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user