Skip to content

Commit 57ee8a6

Browse files
committed
java-command - remove assertion that requires a basis
1 parent 0a25ec5 commit 57ee8a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/clojure/clojure/tools/build

src/main/clojure/clojure/tools/build/api.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
Returns map suitable for passing to 'process' with keys:
186186
:command-args - coll of command arg strings"
187187
[params]
188-
(assert-required "java-command" params [:basis :main])
188+
(assert-required "java-command" params [:main])
189189
((requiring-resolve 'clojure.tools.build.tasks.process/java-command) params))
190190

191191
(defn process

0 commit comments

Comments
 (0)