Skip to content

Commit

Permalink
rename uberjar file
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuther committed Jun 19, 2020
1 parent 961ee7f commit 9229d90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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/"}

Expand All @@ -12,5 +12,6 @@

:main ^:skip-aot de.mzuther.moccafaux.core
:target-path "target/%s"
:uberjar-name "moccafaux.jar"

:profiles {:uberjar {:aot :all}})

0 comments on commit 9229d90

Please sign in to comment.