jvm-dependency-conflict-resolution
jvm-dependency-conflict-resolution copied to clipboard
Explain in which situations you may hit a Gradle bug and what do then
- If needing a custom resolution, deactivate the default
selectHighestVersion()
due to https://github.com/gradle/gradle/issues/20348 We may mitigate this (in 2.1 or already 2.0?) by offering a customselect(GAV)
method that does the deactivation + registering a resolution strategy. - If seeing strange behavior, you may hit: https://github.com/gradle/gradle/issues/14220