jvm-dependency-conflict-resolution icon indicating copy to clipboard operation
jvm-dependency-conflict-resolution copied to clipboard

Explain in which situations you may hit a Gradle bug and what do then

Open jjohannes opened this issue 1 year ago • 0 comments

  • 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 custom select(GAV) method that does the deactivation + registering a resolution strategy.
  • If seeing strange behavior, you may hit: https://github.com/gradle/gradle/issues/14220

jjohannes avatar Feb 24 '24 20:02 jjohannes