Skip to content

Commit baade89

Browse files
tobiasfrenchy64
andcommitted
Use correct alias when building uberjar
This alias is used to provide dependency overrides to address CVEs, and using an incorrect one here meant we weren't actually using those overrides in production. Co-authored-by: Ambrose Bonnaire-Sergeant <ambrose@ambrosebs.com>
1 parent 5d50868 commit baade89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
LocalDate)))
77

88
(def class-dir "target/classes")
9-
(def basis (b/create-basis {:aliases [:default]}))
9+
(def basis (b/create-basis {:aliases [:defaults]}))
1010
(def uber-file "target/clojars-web-standalone.jar")
1111

1212
(defn clean [_]

0 commit comments

Comments
 (0)