Skip to content

Commit

Permalink
java-command - remove assertion that requires a basis
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 26, 2024
1 parent 0a25ec5 commit 57ee8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/tools/build/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
Returns map suitable for passing to 'process' with keys:
:command-args - coll of command arg strings"
[params]
(assert-required "java-command" params [:basis :main])
(assert-required "java-command" params [:main])
((requiring-resolve 'clojure.tools.build.tasks.process/java-command) params))

(defn process
Expand Down

0 comments on commit 57ee8a6

Please sign in to comment.