Skip to content

Commit 707e69f

Browse files
Try to fix Java error
1 parent d349fc7 commit 707e69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<artifactId>maven-compiler-plugin</artifactId>
2424
<version>3.0</version>
2525
<configuration>
26-
<source>1.7</source>
27-
<target>1.7</target>
26+
<source>1.8</source>
27+
<target>1.8</target>
2828
</configuration>
2929
</plugin>
3030
<plugin>

0 commit comments

Comments
 (0)