Skip to content

Commit 28669da

Browse files
committed
Bump version of java targeted by maven to java 8
1 parent 93120d0 commit 28669da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maven/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@
239239
<plugin>
240240
<artifactId>maven-compiler-plugin</artifactId>
241241
<configuration>
242-
<source>1.7</source>
243-
<target>1.7</target>
242+
<source>1.8</source>
243+
<target>1.8</target>
244244
<debug>true</debug>
245245
<encoding>utf-8</encoding>
246246
<optimize>true</optimize>

0 commit comments

Comments
 (0)