Skip to content

Commit 11d065f

Browse files
committed
change java complier version to 1.7
1 parent 2f5472c commit 11d065f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@
259259
<artifactId>maven-compiler-plugin</artifactId>
260260
<version>3.1</version>
261261
<configuration>
262-
<source>1.8</source>
263-
<target>1.8</target>
262+
<source>1.7</source>
263+
<target>1.7</target>
264264
<encoding>UTF-8</encoding>
265265
</configuration>
266266
</plugin>

0 commit comments

Comments
 (0)