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
Currently SubModuleOverrides stops processing with non-blocking error if Replacement text is empty for any overrides. This happens even of there when searched text was not found in the SubModule.xml and leads to the faulty SubModule.xml generation.
Suggested fixes:
Make build fail with error if searched text was found in the SubModule.xml, but Replacement text is empty.
Ignore cases where Replacement text was empty if there were no searched text entrances in the SubModule.xml. Ensure that all other SubModuleOverrides will be processed.
The text was updated successfully, but these errors were encountered:
Currently SubModuleOverrides stops processing with non-blocking error if Replacement text is empty for any overrides. This happens even of there when searched text was not found in the SubModule.xml and leads to the faulty SubModule.xml generation.
Suggested fixes:
The text was updated successfully, but these errors were encountered: