heroku-buildpack-clojure
heroku-buildpack-clojure copied to clipboard
Heroku's buildpack for Clojure applications.
I'm trying to deploy a project that references another gitlab repo as a dependency through clojure deps. In order to have the required ssh keys, I use the following custom...
Lots of projects now use [tools.deps with the Clojure CLI.](https://clojure.org/guides/deps_and_cli) Personally, I haven't used leiningen in over a year and avoid uberjar whereever I can (and I very well can...
``` remote: -----> Installing Clojure 1.10.0.411 CLI tools remote: ! Push rejected, failed to compile Clojure (Leiningen 2) app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: !...
The Clojure buildpack ignores `:min-lein-version` in `project.clj` unless it's all on one line. The following works: ```clj :min-lein-version "2.5.0" ``` While the multi-line version, which is valid Clojure, does not:...
When using the bin/build script with the following ``` #!/usr/bin/env bash ./bin/lein with-profile production trampoline run ``` cf push returns with a timeout. Am I doing something wrong here? ```...
Bumps the ruby-dependencies group with 2 updates: [heroku_hatchet](https://github.com/heroku/hatchet) and [rspec-expectations](https://github.com/rspec/rspec-expectations). Updates `heroku_hatchet` from 8.0.3 to 8.0.4 Changelog Sourced from heroku_hatchet's changelog. 8.0.4 Any 404 when trying to delete an application...
Bumps the ruby-dependencies group with 1 update: [rspec-expectations](https://github.com/rspec/rspec-expectations). Updates `rspec-expectations` from 3.13.2 to 3.13.3 Changelog Sourced from rspec-expectations's changelog. 3.13.3 / 2024-09-07 Full Changelog Bug Fixes: Fix passing a regular...
Everything is working, but getting these warnings every time is just annoying me: ``` remote: Building source: remote: remote: -----> Building on the Heroku-24 stack remote: -----> Deleting 0 files...