Skip to content

lurodrigo/lein-artifact-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Plugin for using Google Artifact Registry with Leiningen.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published