Deploy clojure packages to clojar
The issue has been fixed. Not sure what went wrong with lein. Instead of using lein I used mvn to deploy the package. The blog post below was helpful. https://oli.me.uk/clojure-projects-from-scratch/ …
Clojure is a modern, functional programming language with a Lisp-like syntax. It runs on the Java virtual machine, and is interoperable with Java code. Clojure is a concise, powerful, and elegant language that is well-suited for data-intensive, concurrent, distributed, and scalable applications.
CLICK HERE To solve more code-related solutions you face every day.
The issue has been fixed. Not sure what went wrong with lein. Instead of using lein I used mvn to deploy the package. The blog post below was helpful. https://oli.me.uk/clojure-projects-from-scratch/ …