Skip to content

Commit c2ba4ab

Browse files
Change java version from 1.6 to 1.8
Change-Id: I59ceef86400113efd8cfb0a21526e19b1b5bc87b
1 parent 5587677 commit c2ba4ab

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
@@ -165,8 +165,8 @@
165165
<artifactId>maven-compiler-plugin</artifactId>
166166
<version>3.3</version>
167167
<configuration>
168-
<source>1.6</source>
169-
<target>1.6</target>
168+
<source>1.8</source>
169+
<target>1.8</target>
170170
</configuration>
171171
</plugin>
172172
<plugin>

0 commit comments

Comments
 (0)