Skip to content

Commit 12d8d07

Browse files
committed
Target Java 7
1 parent cd5e0e1 commit 12d8d07

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.8</source>
276-
<target>1.8</target>
275+
<source>1.7</source>
276+
<target>1.7</target>
277277
</configuration>
278278
</plugin>
279279

0 commit comments

Comments
 (0)