We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9a2064 + ba72160 commit 0063f61Copy full SHA for 0063f61
boot-classloader/project.clj
@@ -7,5 +7,5 @@
7
[org.springframework/spring-core "1.2.2"]
8
[com.cemerick/pomegranate "0.2.0" :exclusions [org.clojure/clojure]]]
9
:main ^:skip-aot tailrecursion.boot-classloader
10
- :target-path "target/%s"
+ :target-path "target" ; force target-path to maintain 2.3 compatibility
11
:profiles {:uberjar {:aot :all}})
0 commit comments