boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 180 forks source link

Improves error message when user tries to create multi-arity tasks. #627

Closed DonyorM closed 7 years ago

DonyorM commented 7 years ago

Fixes issue #574.

When a user tries to use a mult-arity format for deftask, it now throws an IllegalArgumentException with the error message: "Multiple arity format not supported for tasks. Use single arity format. Ex (deftask build [x y ...] ;commands)"

DonyorM commented 7 years ago

@arichiardi Whoops, fixed that.

DonyorM commented 7 years ago

Anything else I need to do on this?