-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support overriding versions from any imported catalog (#1002)
The Micronaut Gradle plugin provided a way to override versions defined in the Micronaut platform catalog (named "mn") using a specific file called `gradle/mn-override.versions.toml`. However, there was no such mechanism for other catalogs imported from a remote repository (for example a user may import a corporate catalog file). This commit expands our override logic so that it can handle any catalog by convention. The override file name is `<catalog>-override.versions.toml`.
- Loading branch information
Showing
2 changed files
with
87 additions
and
16 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