This repository was archived by the owner on Jan 25, 2023. It is now read-only.
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Cache dependencies for clojure projects using Tools.deps.alpha in addition to Leiningen and boot #485
Open
Description
Currently Netlify will only cache dependencies in Clojure projects if there is a valid project.clj
or build.boot
file, which are used by the Leiningen and Boot build tools.
However Clojure now has an official API for dependency management and uses a deps.edn
file rather than the project.clj
or build.boot
files used in older build tools.
It makes sense to add support for deps.edn
files as this is the official way to manage dependencies in Clojure now.
Relevant PR https://github.com/netlify/build-image/pull/117/files
Metadata
Metadata
Assignees
Labels
No labels