Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clojars artifact #15

Open
yogthos opened this issue Jan 25, 2021 · 3 comments
Open

Clojars artifact #15

yogthos opened this issue Jan 25, 2021 · 3 comments

Comments

@yogthos
Copy link

yogthos commented Jan 25, 2021

Any chance of an artifact getting published to Clojars to make it easier to use with Leiningen based projects? :)

@mk
Copy link
Member

mk commented Jan 26, 2021

Hi @yogthos, we've been avoiding publishing it as a jar to signal the alpha / subject to change status of the api. Can try to package things up if you understand that changes might still happen.

@yogthos
Copy link
Author

yogthos commented Jan 26, 2021

Yeah that would work for me, and tagging the release version as alpha would probably be reasonable to indicate that it's subject to change. 👍

@yogthos
Copy link
Author

yogthos commented Feb 12, 2021

in the meantime lein-tools-deps plugin will work by adding the following in project.clj

:plugins [[lein-tools-deps "0.4.5"]]
:middleware [lein-tools-deps.plugin/resolve-dependencies-with-deps-edn]
:lein-tools-deps/config {:config-files [:install :user :project]}

and a deps.edn

{:deps {nextjournal.clojure-mode {:git/url "https://github.com/nextjournal/clojure-mode"
                                  :sha "fcf51d3dbc1ad192d261a5417cff03c3f466dfa0"}}
 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants