Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeoffrey committed Jan 23, 2024
1 parent ffc943e commit 0324b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-build/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ so do not use `clj -T`"
(build-client {::hf/domain (check some? domain)
:optimize optimize, :debug debug, :verbose verbose}))

(b/copy-dir {:target-dir class-dir :src-dirs ["src" "src-prod" "resources"]})
(b/copy-dir {:target-dir class-dir :src-dirs ["src-contrib" "src-prod" "resources"]})
(b/copy-dir {:target-dir (str class-dir "/" (domain->dir domain)) :src-dirs [(str "src/" (domain->dir domain))]})
(let [jar-name (or (some-> jar-name str) ; override for Dockerfile builds to avoid needing to reconstruct the name
(format "target/electricfiddle-%s-%s.jar" domain electric-user-version))
Expand Down

0 comments on commit 0324b70

Please sign in to comment.