micronaut-projects / micronaut-build

Common Gradle build scripts
Apache License 2.0
18 stars 14 forks source link

Fix multiple versions potentially accepted #717

Closed melix closed 3 weeks ago

melix commented 3 weeks ago

This commit fixes an issue with version updates: when a custom implementation accepts a version, we should interrupt the loop otherwise it becomes possible for a lower version to be selected.