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

Adds SBT projects #4

Merged
merged 1 commit into from
Jan 28, 2020
Merged

Adds SBT projects #4

merged 1 commit into from
Jan 28, 2020

Conversation

colindean
Copy link
Contributor

target is where most build artifacts live but if the SBT "project" has build artifacts too – code that modifies the build environment, generally SBT plugins – then that directory should be cleared as well.

SBT downloads dependencies to a user-level cache that I believe is not appropriate for this tool to evaluate since the cache is shared across all projects the user has interacted with.

`target` is where most build artifacts live but if the SBT "project" has
build artifacts too – code that modifies the build environment,
generally SBT plugins – then that directory should be cleared as well.

SBT downloads dependencies to a user-level cache that I believe is not
appropriate for this tool to evaluate since the cache is shared across
all projects the user has interacted with.
@tbillington
Copy link
Owner

Hi @colindean thanks for your contribution! User/system level caches are an interesting point. Perhaps an opt in flag to include them in future will exist but not a priority right now.

@tbillington tbillington merged commit 726752e into tbillington:master Jan 28, 2020
@colindean
Copy link
Contributor Author

colindean commented Jan 28, 2020 via email

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