File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 35
35
</testSourceDirectories >
36
36
<clojureOptions >-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m</clojureOptions >
37
37
<warnOnReflection >true</warnOnReflection >
38
- <!-- we want the AOT compile sanity check, but still only ship source -->
39
- <outputDirectory >${project.build.directory} /clojure-classes</outputDirectory >
38
+ <compileDeclaredNamespaceOnly >true</compileDeclaredNamespaceOnly >
39
+ <!-- we want the AOT compile sanity check, but still only ship source -->
40
+ <outputDirectory >${project.build.directory} /clojure-classes</outputDirectory >
40
41
</configuration >
41
42
<executions >
42
43
<execution >
114
115
<dependency >
115
116
<groupId >org.clojure</groupId >
116
117
<artifactId >clojure</artifactId >
117
- <version >1.2.0-master-SNAPSHOT </version >
118
+ <version >1.2.0</version >
118
119
</dependency >
119
120
<dependency >
120
121
<groupId >org.clojure</groupId >
121
122
<artifactId >clojure-contrib</artifactId >
122
- <version >1.2.0-SNAPSHOT </version >
123
+ <version >1.2.0</version >
123
124
</dependency >
124
125
</dependencies >
125
126
</profile >
You can’t perform that action at this time.
0 commit comments