-
Notifications
You must be signed in to change notification settings - Fork 114
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
CLI and tools.deps support #75
Comments
This post has a workaround that works, but I'll be the first to admit that it's a little janky... |
There might be others but I have made a buildpack that supports tools.deps natively |
Neat, thank you both! Ended up using dokku 😜 |
@den1k any chance you might consider reopening this, for the benefit those of us who are using Heroku? |
@pmonks ☝ |
As mentioned in the post, the This seems to be a bug: The log says
|
@lhrb what's in your |
@pmonks thank you. I was using
|
And what's the error with |
No it says
|
Which version of |
I'm using |
Lots of projects now use tools.deps with the Clojure CLI.
Personally, I haven't used leiningen in over a year and avoid uberjar whereever I can (and I very well can with tools.deps!)
If a project has a
deps.edn
it can be run directly (no uberjars needed):clj -m my-project.main
This is a much simpler, lightweight and flexible approach. It would be awesome if heroku supported it, especially given that it looks like the Clojure CLI is already installed by this buildpack.
The text was updated successfully, but these errors were encountered: