Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.09 KB

lein-artifact-registry

Clojars Project

Allows using Google Artifact Registry repositories Leiningen projects. This is a minimal wrapper around artifact-registry-maven-wagon. Really.

Usage

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.

License

Distributed under the MIT License.