Explorar el Código

切换成jdk1.8

wuyx hace 5 años
padre
commit
a264cd187b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.7</source>
-                    <target>1.7</target>
+                    <source>1.8</source>
+                    <target>1.8</target>
                     <encoding>UTF-8</encoding>
                     <compilerArgs>
                         <arg>-Xlint:unchecked</arg>