Skip to content

Commit 794d758

Browse files
author
dnolen
committed
try to force JDK 7 with maven-compiler-plugin
1 parent 6ff80dc commit 794d758

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.template.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,15 @@
244244
<keyname>Clojure/core</keyname>
245245
</configuration>
246246
</plugin>
247+
<plugin>
248+
<groupId>org.apache.maven.plugins</groupId>
249+
<artifactId>maven-compiler-plugin</artifactId>
250+
<version>3.1</version>
251+
<configuration>
252+
<source>1.7</source>
253+
<target>1.7</target>
254+
</configuration>
255+
</plugin>
247256
</plugins>
248257
</build>
249258

0 commit comments

Comments
 (0)