浏览代码

【镝泰MES】jdk1.7依赖

caosy 5 年之前
父节点
当前提交
b3a8c29934
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -73,8 +73,8 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>3.5.1</version>
                 <configuration>
-                    <source>1.8</source>
-                    <target>1.8</target>
+                    <source>1.7</source>
+                    <target>1.7</target>
                     <encoding>UTF-8</encoding>
                     <compilerArgs>
                         <arg>-Xlint:unchecked</arg>