You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: