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

Hoader throws java.lang.AssertionError for the case of missing cache to apply #73

Open
danicheg opened this issue May 16, 2020 · 0 comments

Comments

@danicheg
Copy link

The default behavior of the plugin implies that caches for all SBT projects exist for applying and throws an exception if cache not found. For multi-project builds, it means adding a new project (e.x. for case a monorepo) will lead to failed incremental build at CI.

I propose a setting allowApplyingEmptyCache which allows changing exceptional behavior in the case of the missing cache to apply. See #72. Nevertheless, if the setting not defined by the user the default exceptional behavior would remain.

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

No branches or pull requests

1 participant