We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaee94 commit c30911eCopy full SHA for c30911e
1 file changed
pom.xml
@@ -61,6 +61,8 @@
61
</testResources>
62
<plugins>
63
<plugin>
64
+ <!-- cljc-maven-plugin produces .clj files from .cljc files,
65
+ hence enabling usage of .cljc while supporting clojure < 1.7.0 -->
66
<groupId>net.bendlas</groupId>
67
<artifactId>cljc-maven-plugin</artifactId>
68
<version>0.1.1</version>
@@ -95,7 +97,8 @@
95
97
</build>
96
98
99
<properties>
- <!-- 1.8.0 is required to run cljs test suite -->
100
+ <!-- set clojure.version to >= 1.8.0 to run cljs test suite
101
+ (and make sure to run on jdk >= 1.8 for nashorn support) -->
102
<clojure.version>1.5.0</clojure.version>
103
</properties>
104
0 commit comments