From 9229d900cf206824d907d8079143ec61a8a5b9f6 Mon Sep 17 00:00:00 2001 From: Martin Zuther Date: Fri, 19 Jun 2020 22:09:29 +0200 Subject: [PATCH] rename uberjar file --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 09a0ba2..8571e8c 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject de.mzuther/moccafaux.core "1.0.0" :description "Adapt power management to changes in the environment." - :url "http://code.mzuther.de/" + :url "https://github.com/mzuther/moccafaux" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} @@ -12,5 +12,6 @@ :main ^:skip-aot de.mzuther.moccafaux.core :target-path "target/%s" + :uberjar-name "moccafaux.jar" :profiles {:uberjar {:aot :all}})