Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit f40aa39

Browse files
author
gwen-soleil
committed
set java version 8 (-source and -target)
1 parent 12469a4 commit f40aa39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@
199199
<plugin>
200200
<artifactId>maven-compiler-plugin</artifactId>
201201
<configuration>
202-
<source>1.7</source>
203-
<target>1.7</target>
202+
<source>1.8</source>
203+
<target>1.8</target>
204204
<encoding>UTF-8</encoding>
205205
<showDeprecation>true</showDeprecation>
206206
<showWarnings>true</showWarnings>

0 commit comments

Comments
 (0)