Skip to content

Commit c30911e

Browse files
committed
comment pom.xml
1 parent 5eaee94 commit c30911e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
</testResources>
6262
<plugins>
6363
<plugin>
64+
<!-- cljc-maven-plugin produces .clj files from .cljc files,
65+
hence enabling usage of .cljc while supporting clojure < 1.7.0 -->
6466
<groupId>net.bendlas</groupId>
6567
<artifactId>cljc-maven-plugin</artifactId>
6668
<version>0.1.1</version>
@@ -95,7 +97,8 @@
9597
</build>
9698

9799
<properties>
98-
<!-- 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) -->
99102
<clojure.version>1.5.0</clojure.version>
100103
</properties>
101104

0 commit comments

Comments
 (0)