Skip to content

Commit b18193a

Browse files
committed
Update source and target for maven-compiler plugin
1 parent 10fb834 commit b18193a

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
@@ -72,8 +72,8 @@
7272
<artifactId>maven-compiler-plugin</artifactId>
7373
<version>3.5.1</version>
7474
<configuration>
75-
<source>1.7</source>
76-
<target>1.7</target>
75+
<source>1.8</source>
76+
<target>1.8</target>
7777
</configuration>
7878
</plugin>
7979
<plugin>

0 commit comments

Comments
 (0)