Skip to content

Commit 109a74f

Browse files
committed
changed to JDK 1.8
1 parent 71f16e0 commit 109a74f

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
@@ -51,8 +51,8 @@
5151
<artifactId>maven-compiler-plugin</artifactId>
5252
<version>3.6.1</version>
5353
<configuration>
54-
<source>1.7</source>
55-
<target>1.7</target>
54+
<source>1.8</source>
55+
<target>1.8</target>
5656
<encoding>UTF-8</encoding>
5757
</configuration>
5858
</plugin>

0 commit comments

Comments
 (0)