We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff80dc commit 794d758Copy full SHA for 794d758
pom.template.xml
@@ -244,6 +244,15 @@
244
<keyname>Clojure/core</keyname>
245
</configuration>
246
</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>
256
</plugins>
257
</build>
258
0 commit comments