micronaut-projects / micronaut-gradle-plugin

A Gradle Plugin for Micronaut
Apache License 2.0
65 stars 43 forks source link

Support overriding versions from any imported catalog #1002

Closed melix closed 1 month ago

melix commented 1 month ago

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.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
85.7% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud