Add core specs warning
This commit is contained in:
parent
f5fd11fd78
commit
54cd1fa85f
1 changed files with 3 additions and 0 deletions
|
|
@ -731,6 +731,9 @@ Use bb run --help to show this help output.
|
||||||
clojure.spec.alpha
|
clojure.spec.alpha
|
||||||
(binding [*out* *err*]
|
(binding [*out* *err*]
|
||||||
(println "[babashka] WARNING: Use the babashka-compatible version of clojure.spec.alpha, available here: https://github.com/babashka/spec.alpha"))
|
(println "[babashka] WARNING: Use the babashka-compatible version of clojure.spec.alpha, available here: https://github.com/babashka/spec.alpha"))
|
||||||
|
clojure.core.specs.alpha
|
||||||
|
(binding [*out* *err*]
|
||||||
|
(println "[babashka] WARNING: clojure.core.specs.alpha isremoved from the classpath, unless you explicitly add the dependency."))
|
||||||
nil)))
|
nil)))
|
||||||
main (if (and jar (not main))
|
main (if (and jar (not main))
|
||||||
(when-let [res (cp/getResource
|
(when-let [res (cp/getResource
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue