mirror of https://github.com/actions/cache.git
feat: 🎸 add example for clojure lein project deps
In Clojure, Lein tool is used to generate template for various projects. Lein project metadata (including project dependencies) are stored in prject.clj (in root directory) file. Lein downloads dependencies in classpath (~/.m2/repository). So here I am caching ~/.m2/repository path for reusing cache in subsequent builds.pull/835/head
parent
afc669e7fc
commit
a0e530f115
Loading…
Reference in New Issue