wangwei hace 7 años
padre
commit
749f3cb86a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -75,8 +75,8 @@
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>${maven-compiler-plugin.version}</version>
 				<configuration>
-					<source>${java.version}</source>
-					<target>${java.version}</target>
+					<source>1.8</source>
+					<target>1.8</target>
 					<compilerArgument>-proc:none</compilerArgument>
 				</configuration>
 			</plugin>