浏览代码

jdk设置为1.8

wangyc 7 年之前
父节点
当前提交
7e68264356
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mall-search/pom.xml

+ 2 - 2
mall-search/pom.xml

@@ -114,8 +114,8 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<configuration>
-					<source>1.7</source>
-					<target>1.7</target>
+					<source>1.8</source>
+					<target>1.8</target>
 				</configuration>
 			</plugin>
 			<plugin>