Skip to content

Commit

Permalink
project.clj: Update uberjar profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Guerry committed Apr 21, 2021
1 parent 7ca9ac2 commit 8406a56
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
[commons-validator "1.7"]]
:main core
:jvm-opts ["-Xmx500m"]
:profiles {:uberjar {:aot :all}}
:uberjar-name "subscribe-standalone.jar")
:profiles {:uberjar {:omit-source true
:aot :all
:uberjar-name "subscribe.jar"
:source-paths ["src/" ]
:resource-paths ["resources"]}})

0 comments on commit 8406a56

Please sign in to comment.