Added deps.edn build alias intended for use as clj -T:build
Available build commands:
"jar" - Builds a slim meander jar following existing naming conventions
"install" - Installs jar into local maven repo
"clojars" - Uploads jar to clojars
note: I haven't completely tested clojars upload because I don't have the signing keys.
I have updated the build scripts in bin directory to use the new build tool.
I've tested by running the build script (not including uploading to clojars), installing the resulting jar to my local maven and incorporating the local jar into another project. Haven't seen any problems.
Added deps.edn build alias intended for use as clj -T:build
Available build commands:
note: I haven't completely tested clojars upload because I don't have the signing keys.
I have updated the build scripts in bin directory to use the new build tool.
I've tested by running the build script (not including uploading to clojars), installing the resulting jar to my local maven and incorporating the local jar into another project. Haven't seen any problems.