Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Oct 10, 2023
1 parent 116f5f0 commit d649b2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
(def version (format "1.4.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def jar-basis (b/create-basis {:project "deps.edn"}))
(def uber-basis (b/create-basis {:project "deps.edn"
:aliases [:run]}))
(def uber-basis (b/create-basis {:project "deps.edn", :aliases [:run]}))
(def jar-file (format "target/%s-lib-%s.jar" (name lib) version))
(def uber-file (format "target/%s-%s.jar" (name lib) version))
(def github {:org "wardle"
Expand Down

0 comments on commit d649b2d

Please sign in to comment.