Allows using Google Artifact Registry repositories Leiningen projects. This is a minimal wrapper around artifact-registry-maven-wagon. Really.
The plugin uses Google Application Default Credentials for
authentication. Add this to your project.clj
:
:plugins [[lurodrigo/lein-artifact-registry "0.1.0"]]
:repositories [["snapshots" {:url "artifact-registry://..."}]
["releases" {:url "artifact-registry://..."}]]
Leiningen documentation might be useful if you need more configuration info.
Distributed under the MIT License.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close