From bf3b3262d986a4796ef6b638d6f1d33fc6c694bc Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 25 Jan 2019 18:37:18 +0100 Subject: [PATCH] workaround lein uberjar issue --- project.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/project.clj b/project.clj index dcdbbe8..454f422 100644 --- a/project.clj +++ b/project.clj @@ -33,8 +33,6 @@ [ring-server "0.4.0"] [selmer "1.11.0"]] - :target-path "target/%s/" - :repl-options {:init-ns smeagol.repl} :jvm-opts ["-server"]