Skip to content

Commit 0063f61

Browse files
committed
Merge pull request #26 from ldenman/master
update path to boot-classloader jar
2 parents e9a2064 + ba72160 commit 0063f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot-classloader/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
[org.springframework/spring-core "1.2.2"]
88
[com.cemerick/pomegranate "0.2.0" :exclusions [org.clojure/clojure]]]
99
:main ^:skip-aot tailrecursion.boot-classloader
10-
:target-path "target/%s"
10+
:target-path "target" ; force target-path to maintain 2.3 compatibility
1111
:profiles {:uberjar {:aot :all}})

0 commit comments

Comments
 (0)