Skip to content

feat: 🎸 add example for clojure lein project deps #835

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

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

shivamarora1
Copy link
Contributor

In Clojure, Lein tool is used to generate templates for various projects. Lein project metadata (including project dependencies) are stored in project.clj (in root directory) file. Lein downloads use Maven and download all dependencies in classpath (~/.m2/repository).
Here I am caching ~/.m2/repository path for reusing the cache in subsequent builds.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.
@shivamarora1 shivamarora1 requested a review from a team as a code owner June 25, 2022 19:13
@vsvipul vsvipul requested a review from kotewar June 26, 2022 05:31
Copy link
Contributor

@kotewar kotewar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@kotewar kotewar merged commit 4387dbc into actions:main Aug 1, 2022
@kotewar
Copy link
Contributor

kotewar commented Aug 1, 2022

Thanks for your contribution @shivamarora1 😄

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

Successfully merging this pull request may close these issues.

None yet

2 participants