gradlex-org / jvm-dependency-conflict-resolution

Gradle plugin to improve Dependency Conflict Detection and Resolution
http://gradlex.org/jvm-dependency-conflict-resolution/
Apache License 2.0
52 stars 14 forks source link

Check the resolveHighest version standard resolution in 'java-ecosystem-capabilites' #73

Closed britter closed 9 months ago

jjohannes commented 9 months ago

As part of #81 this has been revisited. We now use Gradle's standard selectHighestVersion(). This needs to be documented as you can also run into a "bug" when you want to replace that with your own selection - issue for that: #93.