Skip to content

Commit

Permalink
Change name of generated uberjar to statuses.jar
Browse files Browse the repository at this point in the history
Makes deployment easier and there is not much information in keeping the
version number and the standalone part.
  • Loading branch information
mvitz committed Nov 23, 2015
1 parent cb794c2 commit 4b1319b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
:uberjar {:aot [statuses.server]}}
:main statuses.server
:aliases {"lint" "eastwood"}
:uberjar-name "statuses.jar"
:eastwood {:exclude-linters [:constant-test]})

0 comments on commit 4b1319b

Please sign in to comment.