mirror of https://github.com/apache/jclouds.git
Disable implicit AOT compilation of clojure
This commit is contained in:
parent
b0050eeeeb
commit
0c64f49c00
|
@ -319,6 +319,7 @@
|
||||||
</testSourceDirectories>
|
</testSourceDirectories>
|
||||||
<clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m</clojureOptions>
|
<clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m</clojureOptions>
|
||||||
<warnOnReflection>true</warnOnReflection>
|
<warnOnReflection>true</warnOnReflection>
|
||||||
|
<compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
|
||||||
<testDeclaredNamespaceOnly>false</testDeclaredNamespaceOnly>
|
<testDeclaredNamespaceOnly>false</testDeclaredNamespaceOnly>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
Loading…
Reference in New Issue