Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Co-authored-by: @Panthevm <[email protected]>
Co-authored-by: @rublag_hs <[email protected]>
  • Loading branch information
3 people committed Oct 16, 2023
1 parent dd49c3e commit 0963f11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test:
clojure -M:kaocha:test:pipeline

build:
clojure -T:build:pipeline uber
clojure -T:build uber

up:
docker compose up --detach --wait db
Expand Down
3 changes: 2 additions & 1 deletion build/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

(def version (format "1.2.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def basis (b/create-basis {:project "deps.edn"
:aliases [:pipeline]}))
(def uber-file "target/ftr.jar")
(def uber-file-zen-cli "target/zen.jar")

Expand Down

0 comments on commit 0963f11

Please sign in to comment.