Browse Source

编译报错处理

xielq 4 years ago
parent
commit
33645a600a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -139,8 +139,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>