-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] VersionsPropsPlugin always creates rootConfiguration (#52)
## Before this PR If `versions.props` was missing, VersionsPropsPlugin exited early and didn't do any of the other logic that scripts might expect, such as creating the `rootConfiguration` configuration, and adding hooks to fix platform imports in published boms. ## After this PR It now treats a missing `versions.props` as if it was empty, and still performs all of the logic the plugin would usually perform.
- Loading branch information
1 parent
b2f913e
commit a2068b1
Showing
3 changed files
with
74 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters