Skip to content

Commit cd5e0e1

Browse files
committed
Target Java 8
1 parent 30651de commit cd5e0e1

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
@@ -272,8 +272,8 @@
272272
<artifactId>maven-compiler-plugin</artifactId>
273273
<version>3.10.1</version>
274274
<configuration>
275-
<source>1.7</source>
276-
<target>1.7</target>
275+
<source>1.8</source>
276+
<target>1.8</target>
277277
</configuration>
278278
</plugin>
279279

0 commit comments

Comments
 (0)