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 [[polvo/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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |