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
Removes a call to Mix.Project.build_structure/0 in Mix.Tasks.Compile.Cldr which would clear the :priv_dir for all dependencies in a project during Cldr compilation phase. Thanks to @epilgrim. Closes #78.