Skip to content
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

Fix detect and build #1

Merged
merged 2 commits into from
Oct 5, 2021
Merged

Fix detect and build #1

merged 2 commits into from
Oct 5, 2021

Conversation

eddumelendez
Copy link
Member

Currently, detect phase is based if deps.edn or build.clj
exists on the root directory. However, build.clj location is
defined on deps.edn file. So, if deps.edn file is present
is enough for detection.

Also, argument BP_CLJ_TOOLS_BUILD_ENABLED is added with value
false. If it is ser to true then the right command will be
executed.

Currently, `detect` phase is based if `deps.edn` or `build.clj`
exists on the root directory. However, `build.clj` location is
defined on `deps.edn` file. So, if `deps.edn` file is present
is enough for detection.

Also, argument `BP_CLJ_TOOLS_BUILD_ENABLED` is added with value
`false`. If it is ser to `true` then the right command will be
executed.
@dmikusa dmikusa merged commit 0e10a43 into main Oct 5, 2021
@dmikusa dmikusa deleted the fix_build branch October 5, 2021 14:33
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.

2 participants