File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 24
24
<plugin >
25
25
<groupId >com.theoryinpractise</groupId >
26
26
<artifactId >clojure-maven-plugin</artifactId >
27
- <version >1.3.2 </version >
27
+ <version >1.3.7 </version >
28
28
<configuration >
29
29
<sourceDirectories >
30
30
<sourceDirectory >src</sourceDirectory >
35
35
<clojureOptions >-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m</clojureOptions >
36
36
<warnOnReflection >true</warnOnReflection >
37
37
<compileDeclaredNamespaceOnly >true</compileDeclaredNamespaceOnly >
38
- <!-- we want the AOT compile sanity check, but still only ship source -->
39
- <outputDirectory >${project.build.directory} /clojure-classes</outputDirectory >
38
+ <temporaryOutputDirectory >true</temporaryOutputDirectory >
40
39
</configuration >
41
40
<executions >
42
41
<execution >
130
129
<plugin >
131
130
<groupId >com.theoryinpractise</groupId >
132
131
<artifactId >clojure-maven-plugin</artifactId >
133
- <version >1.3.2 </version >
132
+ <version >1.3.7 </version >
134
133
<configuration >
135
134
<clojureOptions >-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m -Dssh.username=testuser</clojureOptions >
136
135
</configuration >
You can’t perform that action at this time.
0 commit comments