diff --git a/project.clj b/project.clj index 1c4e6e0..5d2d5a6 100644 --- a/project.clj +++ b/project.clj @@ -17,5 +17,6 @@ :uberjar {:aot [statuses.server]}} :main statuses.server :aliases {"lint" "eastwood"} + :uberjar-name "statuses.jar" :eastwood {:exclude-linters [:constant-test]})