Skip to content

Commit

Permalink
wip - attempt with no provided deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeoffrey committed Sep 5, 2024
1 parent 9948fc0 commit 19e7e30
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 @@ -37,7 +37,7 @@
(let [jar-file (format "target/%s-%s.jar" (name lib) version)
opts (assoc defaults
:version version
:basis basis-with-cljdoc-provided-deps
:basis basis #_basis-with-cljdoc-provided-deps
:class-dir class-dir
:jar-file jar-file
:scm {:tag version}
Expand Down

0 comments on commit 19e7e30

Please sign in to comment.