Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 2827a90

Browse files
Set java version to 1.8 in pom.xml
1 parent 442f134 commit 2827a90

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
@@ -53,8 +53,8 @@
5353
<artifactId>maven-compiler-plugin</artifactId>
5454
<version>3.1</version>
5555
<configuration>
56-
<source>1.6</source>
57-
<target>1.6</target>
56+
<source>1.8</source>
57+
<target>1.8</target>
5858
</configuration>
5959
</plugin>
6060
<plugin>

0 commit comments

Comments
 (0)