Skip to content

Commit 3aeba38

Browse files
author
maldana
committed
offer java 8 as source level
1 parent a6e6f92 commit 3aeba38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<artifactId>maven-compiler-plugin</artifactId>
2626
<version>3.1</version>
2727
<configuration>
28-
<source>1.7</source>
29-
<target>1.7</target>
28+
<source>1.8</source>
29+
<target>1.8</target>
3030
</configuration>
3131
</plugin>
3232
</plugins>

0 commit comments

Comments
 (0)