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
While writing locks for an assetBundle, sls-packaging is not respecting repository overrides defined in the bundle project. E.g. the case where we discovered this, the asset dependency gets resolved through a local maven repo that's checked in into the git repo.
A workaround is to add the repository to the root build.gradle. For example:
What happened?
There seems to be a bug introduced by #1012.
While writing locks for an assetBundle, sls-packaging is not respecting repository overrides defined in the bundle project. E.g. the case where we discovered this, the asset dependency gets resolved through a local maven repo that's checked in into the git repo.
A workaround is to add the repository to the root build.gradle. For example:
Internal link with more context: https://g.p.b/f/transforms-sql/pull/2181#issuecomment-1563574
cc @rshkv who flagged this.
The text was updated successfully, but these errors were encountered: